I started as a Git GUI person (I still love and use Gitup daily) but as I've grown as a developer I moved more and more into my terminal.
The gp
alias requires you to set a value in your git configuration
The gaf
alias requires you to set a value in your git configuration. This will also make the git amend
command available. This command will amend the last commit with any staged changes.
And while you're there you might as well use all my color settings too. Git output should be pretty too!