Created
July 16, 2020 16:50
-
-
Save chevcast/99d82c047e8aa8ff3876ddd951d77022 to your computer and use it in GitHub Desktop.
This file contains 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
[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