What is the best way to update? #31
Replies: 5 comments 3 replies
-
Hello @LamerManuel |
Beta Was this translation helpful? Give feedback.
-
Add a new git remote add upstream https://github.com/satnaing/astro-paper.git
# check
git remote -v and you will be able to merge branch |
Beta Was this translation helpful? Give feedback.
-
The solution should be in the README. I came here seeking an answer to the same question. |
Beta Was this translation helpful? Give feedback.
-
Duplicate: #393 |
Beta Was this translation helpful? Give feedback.
-
Hello guys :) just to share with you that I created 2 articles with alternatives how to update your blog. an simple one: https://blog.erison.work/posts/get-frontend-theme-updates-using-git-part-1/ I split into 2 articles, because it gonna be so big. I hope it helps you update your projects, and in case you face any issue, let me know in the comments :) |
Beta Was this translation helpful? Give feedback.
-
Tried to update it via "npm update" but unfortunately that doesn't work. Therefore my question, what is the best way to update the theme? Couldn't find anything in the readme.
Beta Was this translation helpful? Give feedback.
All reactions