Skip to content

Instantly share code, notes, and snippets.

@leocencetti
Last active July 20, 2023 12:35
Show Gist options
  • Save leocencetti/38ca9881d4186e33b4f390e066af01c9 to your computer and use it in GitHub Desktop.
Save leocencetti/38ca9881d4186e33b4f390e066af01c9 to your computer and use it in GitHub Desktop.
[alias]
co = checkout
br = branch
ci = commit
st = status
last = log -1
glog = log --graph --abbrev-commit --pretty=format:'%C(yellow)%h %C(blue)[%G?] %C(green)(%cr)%C(reset) %s'
olog = log --color --abbrev-commit --pretty=format:'%C(yellow)%h %C(blue)[%G?] %C(green)(%cr)%C(reset) %s'
tlog = log --color --abbrev-commit --pretty=format:'%ct %H'
unstage = restore --staged
brst = branch-status
subst = submodule-status
[init]
defaultBranch = main
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment