diff options
author | ganesh-k13 <ganesh3597@gmail.com> | 2022-12-05 16:54:49 +0530 |
---|---|---|
committer | ganesh-k13 <ganesh3597@gmail.com> | 2022-12-05 22:37:07 +0530 |
commit | eca49be1d8b3dac67dfbab4e79d9e3cc6a3fd12b (patch) | |
tree | 93a4a6f9ae6a984b582ff5b2e8c6e21d8afcb286 /doc/source/dev/gitwash | |
parent | bc88c024edcc6dccc478748006e7650a61829331 (diff) | |
download | numpy-eca49be1d8b3dac67dfbab4e79d9e3cc6a3fd12b.tar.gz |
DOC: Add instruction to do `git pull`
Diffstat (limited to 'doc/source/dev/gitwash')
-rw-r--r-- | doc/source/dev/gitwash/development_setup.rst | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/source/dev/gitwash/development_setup.rst b/doc/source/dev/gitwash/development_setup.rst index 4cb6c8358..75b7fb2f8 100644 --- a/doc/source/dev/gitwash/development_setup.rst +++ b/doc/source/dev/gitwash/development_setup.rst @@ -107,6 +107,10 @@ Make the local copy git submodule update --init +#. Pull from upstream to get latest tag information: :: + + git pull + ****************************************************************************** Look it over ****************************************************************************** |