Details
-
Suggestion
-
Resolution: Done
-
P3: Somewhat important
-
Qt Creator 3.0.1
-
Windows 7 64 bit
-
d967b6413f1c332a3def524934b7cd55a2527dc8
Description
Go to "Tools" -> "Git" -> "Local Repository" -> "Branches...". The dialog provides a lot of useful options to handle branches but I miss the possibility to reset a branch to the top of another branch.
My use case is the following:
- While (workingHours())
- Work on master, commit changes to master.
- Push master to Gerrit.
- Create a branch at the top of master.
- Reset master to origin/master.
So in 3. I have to open the Branches dialog and in 4. I have to open the Reset dialog. The Branches dialog provides all it takes to reset the branch there, except for the button that triggers the call to git.