0
ivanberin created
I'm new git, I must admit.
What are your recommendations for keeping the private repository in sync with my local repository?
I want to make sure to integrate the latest.
Thank you.
3 Answer(s)
-
0
How to migrate existing solution: https://github.com/aspnetzero/aspnet-zero/issues/96#issuecomment-268093697
-
0
Perfect! Thanks!
-
0
That's how we do it. Then we use GITFlow to make a new feature to integrate the changes. GITFlow is just a plugin for git that automates some of the processes for you. It follows a standard methodology.