email = ndkpatt@gmail.com
[core]
- excludesfile = /home/patrick/.gitignore
+ 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
create-branch = checkout -b
goto-branch = checkout
fix-latest-commit = commit --amend
-
+ rename-branch = branch -m
ch = checkout
co = commit
st = status
status = auto
[commit]
- template = /home/patrick/.gitcommitmessagetemplate.txt
+ template = /home/nsukami/.gitcommitmessagetemplate.txt
[status]
# be careful with that one
- # showUntrackedFiles = all
\ No newline at end of file
+ # showUntrackedFiles = all