On 04/06/19 13:05, [email protected] wrote:
Date: Mon, 3 Jun 2019 14:45:28 -0500 From: John Thornton<[email protected]> To: EMC developers<[email protected]> Subject: [Emc-developers] Merge Just One Commit Up Message-ID:<[email protected]> Content-Type: text/plain; charset=utf-8; format=flowed How do you merge just your special commit from 2.7 to 2.8 to master? I use git, git-gui, and gitkraken. Thanks JT
From whatever branch you want it included in: git cherry-pick <SHA of commit you want> _______________________________________________ Emc-developers mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/emc-developers
