diff options
author | xengineering <mail2xengineering@protonmail.com> | 2020-09-03 14:32:09 +0200 |
---|---|---|
committer | xengineering <mail2xengineering@protonmail.com> | 2020-09-03 14:32:09 +0200 |
commit | ea8b9ae337b50f0195592f80a9992d5ff88ec8ff (patch) | |
tree | 517f7499a4b42c1dea0e76f7811978158fa5f30c | |
parent | 726baeba02e0d10c98ff3b55a65c2fe03808bec3 (diff) | |
download | web-template-ea8b9ae337b50f0195592f80a9992d5ff88ec8ff.tar web-template-ea8b9ae337b50f0195592f80a9992d5ff88ec8ff.tar.zst web-template-ea8b9ae337b50f0195592f80a9992d5ff88ec8ff.zip |
Add Instructions on how to get Updates
-rw-r--r-- | README.md | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -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 |