Skip to content

Instantly share code, notes, and snippets.

@isra17
Created October 3, 2019 15:28
Show Gist options
  • Save isra17/85c7a3d8ee0e782f45b86d263183cb58 to your computer and use it in GitHub Desktop.
Save isra17/85c7a3d8ee0e782f45b86d263183cb58 to your computer and use it in GitHub Desktop.
[alias]
st = status -b -s
g = grep -n --color
l = log --graph --decorate --oneline
fix = !git add -u && git absorb && git rebase -i --autosquash origin/master
p = !git push -u origin $(git branch --show-current)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment