3 email = ndkpatt@gmail.com
6 excludesfile = /home/nsukami/.gitignore
11 assumed-unchanged = !git ls-files -v | grep "^[[:lower:]]"
12 lol = log --graph --decorate --pretty=oneline --abbrev-commit
13 lola = log --graph --decorate --pretty=oneline --abbrev-commit --all
14 lg1 = log --graph --all --format=format:'%C(bold blue)%h%C(reset) - %C(bold green)(%ar)%C(reset) %C(white)%s%C(reset) %C(bold white)— %an%C(reset)%C(bold yellow)%d%C(reset)' --abbrev-commit --date=relative
15 lg2 = log --graph --all --format=format:'%C(bold blue)%h%C(reset) - %C(bold cyan)%aD%C(reset) %C(bold green)(%ar)%C(reset)%C(bold yellow)%d%C(reset)%n'' %C(white)%s%C(reset) %C(bold white)— %an%C(reset)' --abbrev-commit
17 undo-commit = reset --soft HEAD^
20 assume-unchanged = update-index --assume-unchanged
21 delete-local-branch = branch -d
22 create-branch = checkout -b
23 goto-branch = checkout
24 fix-latest-commit = commit --amend
25 rename-branch = branch -m
30 hist = log --pretty=format:\"%h %ad | %s%d [%an]\" --graph --date=short
33 stash = stash save -u # stash even the untracked files, and add a clear message
43 template = /home/nsukami/.gitcommitmessagetemplate.txt
46 # be careful with that one
47 # showUntrackedFiles = all