aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMantas <11616378+mistermantas@users.noreply.github.com>2019-02-05 11:54:14 +0200
committerGitHub <noreply@github.com>2019-02-05 11:54:14 +0200
commitd7c299c70d61e3462342121bdeaf3d4111855af0 (patch)
tree7e4506d5d684fb9a06d855d0cf0c7e94bd7094b0
parent393e8aa59fbe98307edf8ce387d1d2f8f92be5d7 (diff)
last one is unrelated lol
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index b274508..bea307f 100644
--- a/README.md
+++ b/README.md
@@ -122,7 +122,7 @@ git submodule foreach git pull origin master
If you have previously used Netlfiy CMS or have made other changes without using the command line, the easiest thing to do is just clone it in a new place, change it how you want to, push those changes, and then you can safely remove the Git folder. So, do this:
```bash
-git clone --recursive <your repo link goes here> && git submodule foreach git pull origin master && git push origin master
+git clone --recursive <your repo link goes here> && git submodule foreach git pull origin master
```
More info about submodules on [updating](https://stackoverflow.com/a/5828396) & [cloning](https://stackoverflow.com/questions/3796927/how-to-git-clone-including-submodules).