[TYPO3-core] How to set up Git GUI client with SSH-RSA key on Windows

Philipp Gampe typo3.lists at philippgampe.info
Fri Jun 3 13:17:05 CEST 2011


Hi Thomas,

Thomas "Thasmo" Deinhamer wrote:
 
> I needa look up what rebasing is.
> 
> But in my case, it are 2 different
> commits belonging to 2 separate forge tickets.
 
If they have nothing to do with each other, you should have create two 
different development  branches before.

I am not a git master, but I think you can cherry-pick the top commit to 
another branch based on master and then remove the top commit on first 
branch by $ git reset --hard HEAD^

If both changes are about the same thing, you can just add both issue 
numbers in the commit message and push both changes.

Best regards
-- 
Philipp Gampe


More information about the TYPO3-team-core mailing list