Skip to content

Instantly share code, notes, and snippets.

@chevcast
Created July 16, 2020 16:50
Show Gist options
  • Save chevcast/99d82c047e8aa8ff3876ddd951d77022 to your computer and use it in GitHub Desktop.
Save chevcast/99d82c047e8aa8ff3876ddd951d77022 to your computer and use it in GitHub Desktop.
[alias]
st = status -sb
ci = commit
br = branch
co = checkout
df = diff
ready = rebase -i @{u}
lg = log --pretty=format:'%Cred%h%Creset -%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset'
standup = log --pretty=format:'%Cred%h%Creset -%Creset %s %Cgreen(%cD) %C(bold blue)<%an>%Creset' --since yesterday --author Alex
purr = pull --rebase
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment