Skip to content

Instantly share code, notes, and snippets.

@keuv-grvl
Last active September 2, 2022 07:06
Show Gist options
  • Save keuv-grvl/2df45a8fc50b46384d5a5465a0a13353 to your computer and use it in GitHub Desktop.
Save keuv-grvl/2df45a8fc50b46384d5a5465a0a13353 to your computer and use it in GitHub Desktop.
[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