Last active
September 2, 2022 07:06
-
-
Save keuv-grvl/2df45a8fc50b46384d5a5465a0a13353 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[user] | |
name = Keuv Grvl | |
email = k***@***m | |
[core] | |
quotepath = false | |
editor = vim | |
pager = less -F -x2 | |
[init] | |
defaultBranch = main | |
[push] | |
default = simple | |
[alias] | |
sync = !git fetch upstream && git checkout main && git merge upstream/main | |
undo-commit = reset --soft HEAD^ | |
ss = status -s | |
cm = commit -m | |
ca = commit -av | |
ll = log --oneline | |
co = checkout | |
graph = log --graph --date-order --abbrev-commit --decorate --date=relative --format=format:'%C(bold blue)%h%C(reset) %C(yellow)(%cd)%C(reset) %C(white)%s%C(reset) %C(dim white)- %an%C(reset)%C(bold yellow)%d%C(reset)' --all |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment