Skip to content

Instantly share code, notes, and snippets.

@alpaca-tc
Created August 5, 2015 06:42
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 alpaca-tc/421f9ea939601ddf6ff0 to your computer and use it in GitHub Desktop.
Save alpaca-tc/421f9ea939601ddf6ff0 to your computer and use it in GitHub Desktop.
[alias]
soft=reset --soft HEAD^
freset = !git clean -fd | git reset --hard
[user]
email= alpaca-tc@alpaca.tc
name= alpaca-tc
[core]
trailing-space = false
space-before-tab = false
precomposeunicode = true
quotepath = false
editor = vim -c \"set fenc=utf-8\"
[receive]
denyDeleteCurrent = false
[color]
ui = true
[log]
date = local
decorate = true
[push]
default = current
[rerere]
enabled = 1
[help]
autocorrect = 1
[issue]
type = github
[merge]
ff = false
[pull]
rebase = true
[url "https://"]
insteadOf = git://
[url "github:"]
insteadOf = https://github.com/
[url "github:"]
insteadOf = git://github.com/
[url "github:"]
insteadOf = git@github.com:
[hub]
protocol = https
@alpaca-tc
Copy link
Author

Host github
  User git
  Port 22
  HostName github.com
  IdentityFile ~/.ssh/id_github

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