Guest User

Untitled

a guest
Feb 17th, 2019
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. .gitconfig
  2. Show commits` tree: tree = log --graph --pretty=format:'%h%Cred%d%Creset %Cgreen%an %cd %cr%Creset%n%s%n' --abbrev-commit --date=short --date-order
  3.  
  4. .bashrc
  5. Delete all merged branches except current: gitclear='git branch --merged | grep -v "*" | xargs git branch -D'
Add Comment
Please, Sign In to add comment