We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6ba5216 commit e41b6d7Copy full SHA for e41b6d7
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