We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c55e18 commit 4cd9b6aCopy full SHA for 4cd9b6a
doc/source/development/contributing.rst
@@ -137,6 +137,7 @@ want to clone your fork to your machine::
137
git clone https://github.com/your-user-name/pandas.git pandas-yourname
138
cd pandas-yourname
139
git remote add upstream https://github.com/pandas-dev/pandas.git
140
+ git fetch upstream
141
142
This creates the directory ``pandas-yourname`` and connects your repository to
143
the upstream (main project) *pandas* repository.
0 commit comments