Advertisement
Guest User

Untitled

a guest
Jun 17th, 2019
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.61 KB | None | 0 0
  1. [alias]
  2. co = checkout
  3. s = status
  4. dis = checkout -- .
  5. back = checkout @{-1}
  6. cod = checkout develop
  7. med = merge develop
  8. l = log --graph --all --pretty=format:'%C(yellow)%h%C(cyan)%d%Creset %s %C(white)- %C(green)%an%Creset, %C(red)%ar%Creset'
  9. ll = log --pretty=format:'%C(yellow)%h%C(cyan)%d%Creset %s %C(white)- %C(green)%an%Creset, %C(red)%ar%Creset'
  10. pub = push -u origin HEAD
  11. history = "!f(){ git reflog | grep -o \"checkout: moving from .* to \" | sed -e 's/checkout: moving from //' -e 's/ to $//' | head -20 ;};f"
  12. aliases = "!f(){ git config --list | grep alias | sed -e 's/alias.//' ;};f"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement