Skip to content

Instantly share code, notes, and snippets.

@kieranmv95
Created January 15, 2019 19:04
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 kieranmv95/1fda2cf05fe300217919d6b19a6714fc to your computer and use it in GitHub Desktop.
Save kieranmv95/1fda2cf05fe300217919d6b19a6714fc to your computer and use it in GitHub Desktop.
gitconfig
[user]
email = kieranmv@gmail.com
name = kieranmv95
[alias]
co = checkout
cob = checkout -b
cm = commit -m
s = status -s
b = branch
bd = branch -d
a = add
ps = push -u origin
pl = pull origin
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment