From 76db27bcace74edf219bf5592a70d108a6ec2705 Mon Sep 17 00:00:00 2001 From: "arjxn.py" Date: Thu, 28 Sep 2023 12:39:44 +0530 Subject: [PATCH] Add note for git reconfiguring --- docs/source/user_guide/installation/install-from-docker.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/source/user_guide/installation/install-from-docker.rst b/docs/source/user_guide/installation/install-from-docker.rst index c9bdff1a5e..8024e68fb3 100644 --- a/docs/source/user_guide/installation/install-from-docker.rst +++ b/docs/source/user_guide/installation/install-from-docker.rst @@ -193,6 +193,10 @@ If you want to exit the Docker container's shell, you can simply type: Using Git Inside a Running Docker Container ------------------------------------------- +.. note:: + You might require re-configuring git while running the docker container for the first time. + You can run ``git config --list`` to ensure if you have desired git configuration already. + 1. Setting up git configuration .. code-block:: bash