Skip to content

Commit

Permalink
chore: Update the submodule update in the README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
sasa-tomic committed Mar 2, 2023
1 parent 15dfc9d commit 2bfbb09
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -244,11 +244,8 @@ release_cli --dev subnet --id <id> replace -o1

## Updating the ic git submodule

This includes all git references, including the ones that were removed from the `ic` repo during the move from github to gitlab.
```
git submodule foreach -q git fetch origin
git submodule foreach -q git fetch github
git submodule foreach -q git fetch core-ic
git submodule foreach -q git checkout master
git submodule foreach -q git pull --prune --force
git submodule foreach -q git reset --hard origin/master
Expand Down

0 comments on commit 2bfbb09

Please sign in to comment.