Advertisement
Guest User

Untitled

a guest
Oct 27th, 2016
114
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.69 KB | None | 0 0
  1. [user]
  2. name = spat.ne.hochu
  3. email = spat.ne.hochu@gmail.com
  4. [merge]
  5. ff = false
  6. [alias]
  7. st = status
  8. a = add
  9. c = commit -m
  10. sy = !git pl && git ph
  11. pl = pull
  12. ph = push
  13. b = branch
  14. co = checkout
  15. d = diff
  16. l = log --pretty=format:\"%h %ad | %s%d [%an]\" --graph --date=short
  17. fs = flow feature start
  18. ff = flow feature finish --no-ff
  19. hs = flow hotfix start
  20. hf = flow hotfix finish
  21. rs = flow release start
  22. rf = flow release finish
  23. rp = !git co master && git sy && git co dev && git sy
  24. cdep = !~/update-prod.sh
  25. [core]
  26. excludesfile = /home/spatnehochu/.gitexcludes
  27. autocrlf = input
  28.  
  29. [gitflow "feature.finish"]
  30. no-ff = true
  31. [push]
  32. default = simple
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement