forked from pandas-dev/pandas
-
Notifications
You must be signed in to change notification settings - Fork 4
Using Git
Phillip Cloud edited this page Aug 9, 2013
·
3 revisions
git remote add upstream git://github.com/pydata/pandasgit fetch upstreamgit fetch upstream
git rebase upstream/mastergit fetch upstream
git rebase --interactive upstream/masterThis 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 --globalgit config --global core.filemode falsegit config --global core.autocrlf input