Advertisement
Guest User

Untitled

a guest
Oct 21st, 2019
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.36 KB | None | 0 0
  1. git config --global alias.unstage 'reset HEAD --'
  2. git config --global alias.co checkout
  3. git config --global alias.br branch
  4. git config --global alias.ci commit
  5. git config --global alias.st status
  6. git config --global alias.purge '!git fetch -p && git branch -vv | awk '"'"'/: gone]/{print $1}'"'"' | xargs git branch -d'
  7. git config --global alias.last 'log -1 HEAD'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement