From 648dceabe028cc05815cce753320d5d6079e008f Mon Sep 17 00:00:00 2001 From: ram vikram singh Date: Fri, 11 Nov 2022 15:44:19 +0530 Subject: [PATCH] for #49638 updated the doc added the `git fetch upstream` command --- doc/source/development/contributing.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/source/development/contributing.rst b/doc/source/development/contributing.rst index 6ed8dee044d1f..b230516c9c3e5 100644 --- a/doc/source/development/contributing.rst +++ b/doc/source/development/contributing.rst @@ -137,6 +137,7 @@ want to clone your fork to your machine:: git clone https://github.com/your-user-name/pandas.git pandas-yourname cd pandas-yourname git remote add upstream https://github.com/pandas-dev/pandas.git + git fetch upstream This creates the directory ``pandas-yourname`` and connects your repository to the upstream (main project) *pandas* repository.