Advertisement
Guest User

Untitled

a guest
Jul 20th, 2019
114
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.34 KB | None | 0 0
  1. [user]
  2. name = Juan Nitael Duque
  3. email = juan.duque@chromeriver.com
  4. [core]
  5. autocrlf = input
  6. [push]
  7. default = simple
  8. [fetch]
  9. prune = true
  10. [alias]
  11. s = status
  12. d = diff
  13. co = checkout
  14. l = log --oneline --all -7
  15. cp = cherry-pick
  16. sw = update-index --skip-worktree
  17. usw = update-index --no-skip-worktree
  18. lsw = ! git ls-files -v . | grep ^S
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement