Skip to content

Instantly share code, notes, and snippets.

@kelvin8773
Forked from thcdevcl/.gitconfig
Created April 12, 2019 17:55
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 kelvin8773/5e4dcea0c1d85c4cb27c47b0eca97383 to your computer and use it in GitHub Desktop.
Save kelvin8773/5e4dcea0c1d85c4cb27c47b0eca97383 to your computer and use it in GitHub Desktop.
[user]
name = "Your Name"
email = your@email.com
[alias]
co = checkout
codev = checkout development
comas = checkout master
nb = checkout -b
nbd = checkout -b development
s = status
l = log
c = commit -m
a = add -A
pushdev = push origin development
pushmas = push origin master
pulldev = pull origin development
pullmas = pull origin master
fdev = fetch origin development
fb = fetch origin
[color]
ui = auto
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment