forked from pandas-dev/pandas
-
Notifications
You must be signed in to change notification settings - Fork 0
Using Git
Phillip Cloud edited this page Aug 9, 2013
·
3 revisions
git remote add upstream git://github.com/pydata/pandas
git fetch upstream
git fetch upstream
git rebase upstream/master
git fetch upstream
git rebase --interactive upstream/master
This tip allows you to rebase relative to upstream/master
which allows you to do squash commits from the point at which your fork diverged from pandas upstream
git config --list --global
git config --global core.filemode false
git config --global core.autocrlf input