This is a boilerplate template for gitconfig file with useful aliases.
- Adds colored output to
git diff
- Adds colored output to
git status
- Adds colored output to
git branch
git conflicts
- shows list of files that have a merge conflictgit unstage [file]
- removes file from next commitgit abort
- hard resets all uncommitted changesgit new
- shows diff for files stages to be commited onlygit undo
- removes last commitgit recommit
- changes last commit messagegit last
- shows local branches sorted by last modified