Skip to content

Instantly share code, notes, and snippets.

@iganari
Last active February 23, 2023 13:41
Show Gist options
  • Save iganari/3687c553d514806e6eeaad8ea0f31648 to your computer and use it in GitHub Desktop.
Save iganari/3687c553d514806e6eeaad8ea0f31648 to your computer and use it in GitHub Desktop.
[user]
name =
email =
[color]
ui = true
[pull]
rebase = false
[alias]
st = status
co = checkout
br = branch
ci = commit
mg = merge --no-ff
# lg = log --oneline --graph --decorate
lg = log --graph --abbrev-commit --decorate --format=format:'%C(bold blue)%h%C(reset) - %C(bold green)(%ar)%C(reset) %C(white)%s%C(reset) %C(dim white)- %an%C(reset)%C(bold yellow)%d%C(reset)' --all
pl = pull
ps = push
re = remote
ad = add
rm = remove
ft = fetch --prune
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment