In git, you have branch "release-1.2" you are currently working on, you've commited bunch of chages to it, how do you merge the changes back to master?
Answer
git checkout master
git merge --no-ff release-1.2
Question
In git, you have branch "release-1.2" you are currently working on, you've commited bunch of chages to it, how do you merge the changes back to master?
Answer
?
Question
In git, you have branch "release-1.2" you are currently working on, you've commited bunch of chages to it, how do you merge the changes back to master?
Answer
git checkout master
git merge --no-ff release-1.2
Summary
status
not learned
measured difficulty
37% [default]
last interval [days]
repetition number in this series
0
memorised on
scheduled repetition
scheduled repetition interval
last repetition or drill
Details
No repetitions
Discussion
Do you want to join discussion? Click here to log in or create user.