eredeti üzenet-
Feladó: "Robert J. Clay" [email protected]
Címzett: "Development discussion for LedgerSMB"
[email protected]
Dátum: Thu, 21 Aug 2014 09:41:30 -0400
-
> On Thu, Aug 21, 2014
On Thu, Aug 21, 2014 at 7:29 AM, Pongrácz István
wrote:
>
> Do you have any trick, how to pull only one commit instead of all commits up
> to that one specific?
As Chris noted; "git cherry-pick" is what you can use for that...
I often use it where two (or more) branches have diverged (so t
Hi Chris,
Thank you for your answer, I will stick with git :)
Cheers,
István
eredeti üzenet-
Feladó: "Chris Travers" [email protected]
Címzett: "Development discussion for LedgerSMB"
[email protected]
Dátum: Thu, 21 Aug 2014 04:33:30
You have to use git cherry-pick on the command line.
If you prefer to use hg and hg-git, you can use hg graft (which I find
easier to use as it is more like svn).
On Thu, Aug 21, 2014 at 4:29 AM, Pongrácz István
wrote:
> Hi,
>
> I would like to pull only one commit from one branch to the other
Hi,
I would like to pull only one commit from one branch to the other, using the
github web interface.
At this moment I stuck with that, it wants to pull all the previous commits,
too, which is not a goal.
Do you have any trick, how to pull only one commit instead of all commits up to
that o