assume-unchanged = update-index --assume-unchanged
delete-local-branch = branch -d
create-branch = checkout -b
+ goto-branch = checkout
fix-latest-commit = commit --amend
ch = checkout
hist = log --pretty=format:\"%h %ad | %s%d [%an]\" --graph --date=short
type = cat-file -t
dump = cat-file -p
-
+ stash = stash save -u # stash even the untracked files, and add a clear message
[color]
ui = always
template = /home/patrick/.gitcommitmessagetemplate.txt
[status]
-44 # be careful with that one
-45 # showUntrackedFiles = all
\ No newline at end of file
+ # be careful with that one
+ # showUntrackedFiles = all
\ No newline at end of file