Skip to content

Commit

Permalink
Changed to push-simple
Browse files Browse the repository at this point in the history
  • Loading branch information
eriwen committed Apr 21, 2013
1 parent 0279afb commit 44638fe
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .gitconfig
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
[alias]
aa = add -A
aa = add --all
br = branch
ci = commit
co = checkout
lg = log --pretty=oneline --abbrev-commit --graph --decorate --all
lg = log --pretty=oneline --abbrev-commit --graph --decorate --all -10
pur = pull --rebase
ri = rebase --interactive --autosquash
report = log --pretty=format:'%h %ai %cn \n - %s'
Expand Down Expand Up @@ -33,7 +33,7 @@
[branch]
autosetupmerge = true
[push]
default = current
default = simple
[rerere]
enabled = 1
[merge]
Expand All @@ -59,3 +59,5 @@
autocorrect = 1
[github]
user = eriwen
[remote "origin"]
fetch = +refs/pull/*/head:refs/remotes/origin/pr/*

0 comments on commit 44638fe

Please sign in to comment.