[user] name = patrick nsukami email = ndkpatt@gmail.com [core] excludesfile = /home/nsukami/.gitignore editor = emacs autocrlf = input [alias] assumed-unchanged = !git ls-files -v | grep "^[[:lower:]]" lol = log --graph --decorate --pretty=oneline --abbrev-commit lola = log --graph --decorate --pretty=oneline --abbrev-commit --all 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 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 lg = !"git lg1" undo-commit = reset --soft HEAD^ undo-add = reset HEAD undo-modif = checkout assume-unchanged = update-index --assume-unchanged delete-local-branch = branch -d create-branch = checkout -b goto-branch = checkout fix-latest-commit = commit --amend rename-branch = branch -m ch = checkout co = commit st = status br = branch 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 branch = auto diff = auto interactive = auto status = auto [commit] template = /home/nsukami/.gitcommitmessagetemplate.txt [status] # be careful with that one # showUntrackedFiles = all