Skip to content

Commit

Permalink
Add Instructions for git add remote
Browse files Browse the repository at this point in the history
  • Loading branch information
arjxn-py committed Sep 21, 2023
1 parent 0ef8b3e commit 74fb8c3
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions docs/source/user_guide/installation/install-from-docker.rst
Original file line number Diff line number Diff line change
Expand Up @@ -201,6 +201,16 @@ Using Git Inside a Running Docker Container
git config --global user.email [email protected]
2. Setting a git remote

.. code-block:: bash
git remote set-url origin <fork_url>
git remote add upstream https://github.com/pybamm-team/PyBaMM
git fetch --all
Using Visual Studio Code Inside a Running Docker Container
----------------------------------------------------------

Expand Down

0 comments on commit 74fb8c3

Please sign in to comment.