How to Upgrade to Latest commits without altering my Custom modified codes
-
What does the Pending Icon mean ?
-
@DabDab said in How to Upgrade to Latest commits without altering my Custom modified codes:
- How Can I get update from @Christoph-Hart repo ?
Select the
Dabbu
branch
go to Menu -> Branch -> Merge into current branch
Selectdevelop
and confirm
This will updateDabbu
following the state ofdevelop
- Do I need to delete my existing local directory (lets say D:\HISE) and clone the original repo every time ?
No, you don't need to do any manual intervention in the folders anymore. That's the power of Git!
When you select a branch, the Hise directory instantly reflects the state of the branch- If I do so , will I loose my branch that I have created named Dabbu ?
So as above, you won't delete or change anything, otherwise there would be no point using Git
-
@ustk Awesome.