Advertisement
Guest User

Untitled

a guest
Mar 24th, 2019
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.35 KB | None | 0 0
  1. [user]
  2. name = Full Name
  3. email = email@address
  4. [alias]
  5. tree = log --oneline --decorate --all --graph
  6. [branch]
  7. autosetuprebase = always
  8. [core]
  9. editor = vim
  10. autocrlf = input
  11. [filter "tabspace"]
  12. smudge = unexpand --tabs=4 --first-only
  13. clean = expand --tabs=4 --initial
  14. [diff]
  15. tool = meld
  16. [commit]
  17. template = /home/myUserName/.gitmessage
  18. [merge]
  19. ff = only
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement