Guest User

Untitled

a guest
Oct 18th, 2017
53
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.49 KB | None | 0 0
  1. set main-view = id date author commit-title:graph=yes,refs=yes
  2. #set diff-highlight = true
  3. set line-graphics = ascii
  4. set tab-size = 4
  5.  
  6. color cursor black yellow bold
  7. color title-focus black blue bold
  8. color title-blur black blue
  9.  
  10. #new branch
  11. bind main B ?git checkout -b "%(prompt Enter branch name: )" %(branch)
  12. bind refs B ?git checkout -b "%(prompt Enter branch name: )" %(branch)
  13.  
  14. #checkout branch
  15. bind refs <Enter> !git checkout %(branch)
  16.  
  17. #delete branch
  18. bind refs <Ctrl-d> ?git branch -d %(branch)
Add Comment
Please, Sign In to add comment