git - How do I import specific or old commit from bitbucket using eGit in eclipse -
i have created 1 branch (say submaster) master in bitbucket , done around 4 commit eclipse using egit.
now want import project 2nd commit of submaster. possible import directly eclipse or have first download old commit , import eclipse?
you need cherry-pick, cli easier, if must use egit, plenty of documentation, such https://wiki.eclipse.org/egit/user_guide#cherry_picking
Comments
Post a Comment