forked from pandas-dev/pandas
-
Notifications
You must be signed in to change notification settings - Fork 0
Merging Commits
Sinhrks edited this page Feb 11, 2016
·
8 revisions
The repository includes scripts/merge-py.py
, which will cherry-pick and squash the commits in a pull request. The commit history of the development branch is left untouched.
Run the script with
python2 scripts/merge-py.py
and provide the pull request number you are merging.