Comment on What does your .gitconfig contain?Comments−blackRust15ySince I mostly use git I have 'st' aliased in my .bashrcAlso git dt = git difftoolDefault difftool set to http://www.kaleidoscopeapp.com/EDIT: Forgot about the following: core.editor = mate -w alias.unstage = reset HEAD --mate -w opens text mate (http://macromates.com/) in blocking mode.
Comments
Since I mostly use git I have 'st' aliased in my .bashrc
Also git dt = git difftool
Default difftool set to http://www.kaleidoscopeapp.com/
EDIT: Forgot about the following: core.editor = mate -w alias.unstage = reset HEAD --
mate -w opens text mate (http://macromates.com/) in blocking mode.