Skip to content

Instantly share code, notes, and snippets.

@thcdevcl
Last active May 20, 2020 22:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save thcdevcl/2dbf156e15472ef3651387d107e0bbc1 to your computer and use it in GitHub Desktop.
Save thcdevcl/2dbf156e15472ef3651387d107e0bbc1 to your computer and use it in GitHub Desktop.
[user]
email = your@email
name = "Your Name"
[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
ao = remote add origin
pob = push origin
pushdev = push origin development
pushmas = push origin master
pullb = pull origin
pulldev = pull origin development
pullmas = pull origin master
fdev = fetch origin development
fb = fetch origin
rmbo = push origin --delete
rmbl = branch -D
[color]
ui = auto
@thcdevcl
Copy link
Author

NB means "new branch"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment