Skip to content

Instantly share code, notes, and snippets.

@dance2die
Created June 28, 2020 21:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dance2die/35aa3799fcfbc0359d5a79fe406e5a7b to your computer and use it in GitHub Desktop.
Save dance2die/35aa3799fcfbc0359d5a79fe406e5a7b to your computer and use it in GitHub Desktop.
A user git config on windows - to be copied over in Linux
[user]
email = sungmkim80@gmail.com
name = Sung M. Kim
[alias]
cm = commit -m
co = checkout
rv = remote -v
st = status
aa = add .
br = branch
[winUpdater]
recentlySeenVersion = 2.25.0.windows.1
[core]
autocrlf = false