Using TextEdit as default git editor on a Mac
As a default editor for git you want something that opens up fast and is fairly simple to use. On my Mac I believe this …
As a default editor for git you want something that opens up fast and is fairly simple to use. On my Mac I believe this …
Make the current working directory into the only commit and remove the complete git history. Found on stackoverflow. git checkout --orphan newBranchgit add -A # …