Skip to content

Commit

Permalink
git: always rebase during git pull.
Browse files Browse the repository at this point in the history
  • Loading branch information
mpareja committed Jul 10, 2015
1 parent 248c20e commit a8f4294
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions configure_git_defaults.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ git config --global color.ui auto
git config --global log.date relative
git config --global diff.renames copies
git config --global push.default upstream
git config --global branch.autoSetupRebase always

git config --global alias.ca "commit --amend -C HEAD"

Expand Down

0 comments on commit a8f4294

Please sign in to comment.