diff options
Diffstat (limited to 'README.md')
-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 |