aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorLibravatar Vijay Raghavan Aravamudhan <vraravam@users.noreply.github.com>2021-05-04 14:44:36 +0530
committerLibravatar GitHub <noreply@github.com>2021-05-04 09:14:36 +0000
commit00725cc7b4ed1515f7319c8d796d3cd7fe622a25 (patch)
tree3bec7dcf25a19de8b286480cdf5d51cab6cf347b /README.md
parentClean the build and out folders before running the build (#1342) (diff)
downloadferdium-app-00725cc7b4ed1515f7319c8d796d3cd7fe622a25.tar.gz
ferdium-app-00725cc7b4ed1515f7319c8d796d3cd7fe622a25.tar.zst
ferdium-app-00725cc7b4ed1515f7319c8d796d3cd7fe622a25.zip
Removed redundant 'git' commands. (#1343)
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 1 insertions, 2 deletions
diff --git a/README.md b/README.md
index 75a88adec..a5954e66c 100644
--- a/README.md
+++ b/README.md
@@ -332,8 +332,7 @@ Create a new [draft release](https://github.com/getferdi/ferdi/releases/new) tha
332$ git checkout develop && git pull 332$ git checkout develop && git pull
333$ git checkout release 333$ git checkout release
334$ git submodule update --remote --force 334$ git submodule update --remote --force
335$ git add . 335$ git commit -am "Update submodules"
336$ git commit -m "Update submodules"
337$ git merge --no-ff develop 336$ git merge --no-ff develop
338$ git push 337$ git push
339``` 338```