Home » R3BRoot » General Discussions » R3BRoot with ROOT6
Re: R3BRoot with ROOT6 [message #18487 is a reply to message #18485] |
Thu, 10 September 2015 10:35 |
Dmytro Kresan
Messages: 166 Registered: June 2004
|
first-grade participant |
From: *gsi.de
|
|
In this graph you can see that your commits are not squashed (not meldet into one single commit).
https://github.com/R3BRootGroup/R3BRoot/network
Here is how to do it:
Dmytro Kresan wrote on Thu, 10 September 2015 09:571. Please, squash your commits into 1, using
git fetch mainrepo
git rebase -i mainrepo/dev
(pick for the first commit, for all the following - squash option)
git push -f origin
2. When creating pull request, chose the R3BRootGroup/R3BRoot:dev branch as the base.
Best regards,
Dima
|
|
|
Goto Forum:
Current Time: Tue Oct 15 01:47:00 CEST 2024
Total time taken to generate the page: 0.00801 seconds
|