i have master project in xcode.
- i have duplicated projects of master changes.
- i using visual studio online git repo.
- new changes on master has apply duplicated oprojects, @ same time have keep chages of every projects.
how can handle branches of master indivual projects?
**
after making changes on master
, want merge master each of individual project branches. let's project branches called p1
, p2
; want do:
git checkout p1 git merge master git checkout p2 git merge master
Comments
Post a Comment