I cloned repository https://github.com/LearningDrupal7Development/single_blog.git This has got 4 branches which becomes the Master branch in my local repository
1. I created a new branch named tariq and switched to that branch.
commited once
2. I created another branch from tariq and named it tariq_new_branch nad commited a few files.
3. Next switched to tariq branch and committed 2 files at 1.52 pm
4. Switch to tariq_new_branch and tried to cherry pick the commit of tariq branch
The problem is that in history only the commits of that purticular branch is visible - so I cant cherry pick ( move commit from 1 branch to another ) since commits of another branch is not visible
The history panel only displays the commits from the Master + any commits from the branch you are in.
Here is what you do:
1. switch the workspace to the branch you want your changes to go to
2. open Browse Repository and pick the commit
3. cherry pick
Need to use the Repo browser to Cherry pick.. Works
Need to use the Repo browser to Cherry pick.. Works
Issue #6002 |
Closed |
Invalid |
Resolved |
Completion |
No due date |
No fixed build |
No time estimate |
Here is what you do:
1. switch the workspace to the branch you want your changes to go to
2. open Browse Repository and pick the commit
3. cherry pick