You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

gitconfig 170B

1234567891011
  1. [user]
  2. name = Robin THONI
  3. email = robin@rthoni.com
  4. [alias]
  5. ci = commit
  6. p = push
  7. lg = log --decorate --oneline
  8. [color]
  9. status = auto
  10. [push]
  11. default = simple