Skip to content

Latest commit

 

History

History
15 lines (13 loc) · 607 Bytes

README.md

File metadata and controls

15 lines (13 loc) · 607 Bytes

This is a boilerplate template for gitconfig file with useful aliases.

Colored Output

  • Adds colored output to git diff
  • Adds colored output to git status
  • Adds colored output to git branch

Aliases

  • git conflicts - shows list of files that have a merge conflict
  • git unstage [file] - removes file from next commit
  • git abort - hard resets all uncommitted changes
  • git new - shows diff for files stages to be commited only
  • git undo - removes last commit
  • git recommit - changes last commit message
  • git last - shows local branches sorted by last modified