summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorxengineering <mail2xengineering@protonmail.com>2020-09-03 14:32:09 +0200
committerxengineering <mail2xengineering@protonmail.com>2020-09-03 14:32:09 +0200
commitea8b9ae337b50f0195592f80a9992d5ff88ec8ff (patch)
tree517f7499a4b42c1dea0e76f7811978158fa5f30c
parent726baeba02e0d10c98ff3b55a65c2fe03808bec3 (diff)
downloadweb-template-ea8b9ae337b50f0195592f80a9992d5ff88ec8ff.tar
web-template-ea8b9ae337b50f0195592f80a9992d5ff88ec8ff.tar.zst
web-template-ea8b9ae337b50f0195592f80a9992d5ff88ec8ff.zip
Add Instructions on how to get Updates
-rw-r--r--README.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/README.md b/README.md
index 70c1b59..1022446 100644
--- a/README.md
+++ b/README.md
@@ -42,6 +42,14 @@ git branch -M master
git push -uf origin master
```
+### Get the latest Updates from this template Project
+```
+git checkout template
+git pull
+git checkout master
+git merge template
+```
+
## Used Technologies