Skip to content

Commit

Permalink
Fix command
Browse files Browse the repository at this point in the history
  • Loading branch information
koppor authored Oct 9, 2023
1 parent 24cc4cc commit c8f5905
Showing 1 changed file with 2 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ In the following, we will use `c:\git-repositories` as base folder:
cd \
mkdir git-repositories
cd git-repositories
git clone --depth=10 https://github.com/JabRef/jabref.git JabRef
cd jabref
git clone https://github.com/JabRef/jabref.git JabRef
cd JabRef
git remote rename origin upstream
git remote add origin https://github.com/YOUR_USERNAME/jabref.git
git fetch --all
Expand All @@ -48,9 +48,6 @@ git branch --set-upstream-to=origin/main main
> To prevent this, first the `upstream` repository is cloned.
> This repository seems to live in the caches of GitHub.
>
> The `--depth--10` is used to limit the download to \~20 MB instead of downloading the complete history (\~800 MB).
> If you want to dig in our commit history, feel free to download everything.
>
> Now, you have two remote repositories, where `origin` is yours and `upstream` is the one of the JabRef organization.
>
> You can see it with `git remote -v`:
Expand Down

0 comments on commit c8f5905

Please sign in to comment.