Skip to content

Instantly share code, notes, and snippets.

@kuboshizuma
Last active December 10, 2016 03:25
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 kuboshizuma/6f429ca5ccad3617031999c65661469a to your computer and use it in GitHub Desktop.
Save kuboshizuma/6f429ca5ccad3617031999c65661469a to your computer and use it in GitHub Desktop.
[user]
name = your_name
email = your_email
[alias]
a = add
b = branch
ch = checkout
st = status
one = log --oneline -10
graph = log --pretty=format:\"%h %s\" -10 --graph
[color]
ui = true
[url "github:"]
InsteadOf = https://github.com/
InsteadOf = git@github.com:
[core]
excludesfile = /Users/your_name/.gitignore_global
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment