merge 1 commit from 1 branch to the master ?
Posted
by michael
on Stack Overflow
See other posts from Stack Overflow
or by michael
Published on 2010-03-19T09:32:34Z
Indexed on
2010/03/19
9:41 UTC
Read the original article
Hit count: 232
git
I read this about git branch: http://book.git-scm.com/3_basic_branching_and_merging.html
I have create a branch called 'experimental'. I switch to that branch and make 2 commits there. So if it possible for me to merge the later commit (the 2nd of the 2 commits) of the experiment to the master branch?
Thank you.
© Stack Overflow or respective owner