Skip to content

Commit 4cd9b6a

Browse files
ramvikramscodamuse
authored andcommitted
for pandas-dev#49638 updated the doc (pandas-dev#49639)
added the `git fetch upstream` command
1 parent 0c55e18 commit 4cd9b6a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

doc/source/development/contributing.rst

+1
Original file line numberDiff line numberDiff line change
@@ -137,6 +137,7 @@ want to clone your fork to your machine::
137137
git clone https://github.com/your-user-name/pandas.git pandas-yourname
138138
cd pandas-yourname
139139
git remote add upstream https://github.com/pandas-dev/pandas.git
140+
git fetch upstream
140141

141142
This creates the directory ``pandas-yourname`` and connects your repository to
142143
the upstream (main project) *pandas* repository.

0 commit comments

Comments
 (0)