Skip to content

Instantly share code, notes, and snippets.

@rahduro
Last active March 4, 2017 22:10
Show Gist options
  • Save rahduro/f5a327b04fdd94217a008a7357c54bda to your computer and use it in GitHub Desktop.
Save rahduro/f5a327b04fdd94217a008a7357c54bda to your computer and use it in GitHub Desktop.
# learned from https://medium.com/@Tiagojdferreira/how-i-set-up-my-git-in-a-new-computer-85bb461b089f#.9u0csujzb
[user]
name = Name
email = Email
[alias]
co = checkout
b = branch
pu = push -u origin HEAD
ci = commit
st = status
ap = add --patch
mv = branch -m
[core]
editor = vim
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment