Skip to content

Commit

Permalink
Edit command for adding a remote
Browse files Browse the repository at this point in the history
  • Loading branch information
MarckK authored Feb 21, 2019
1 parent 71f3bb5 commit 3a17820
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ To set up an environment to start developing on conda code, we recommend the fol
GITHUB_USERNAME=kalefranz
git clone [email protected]:$GITHUB_USERNAME/conda "$CONDA_PROJECT_ROOT"
cd "$CONDA_PROJECT_ROOT"
git remote --add upstream [email protected]:conda/conda
git remote add upstream [email protected]:conda/conda

2. Create a local development environment, and activate that environment

Expand Down Expand Up @@ -70,7 +70,7 @@ In these steps, we assume `git` is installed and available on `PATH`.
set GITHUB_USERNAME=kalefranz
git clone [email protected]:conda/conda "%CONDA_PROJECT_ROOT%"
cd "%CONDA_PROJECT_ROOT%"
git remote --add %GITHUB_USERNAME% [email protected]:%GITHUB_USERNAME%/conda
git remote add %GITHUB_USERNAME% [email protected]:%GITHUB_USERNAME%/conda

To be sure that the conda code being interpreted is the code in the project directory,
look at the value of `conda location:` in the output of `conda info --all`.
Expand Down

0 comments on commit 3a17820

Please sign in to comment.