c7fe16b315713ff351fd7d91c5f01555a225fd19
Attempt to remove any merge commits of alternative history so that we can construct a branch containing the local changes starting with the last import without any special merge commits. If this works we can then attempt to rebase the branch onto the base commit that will form the new import. Failures at this point, where the user aborts, will result in them being returned to a branch, where they can attempt to manually perform the previous rebase in a interactive mode and attempt to manipulate the list of commits by hand. Change-Id: Ic789fc7023b3031b9fd6f73816784524d61d8b2c JIRA: CICD-733
hpgit is a Python application providing commands to support usage of git for HP Cloud projects (i.e. feature branch creation/finishing, release starting/finishing). The operations are performed using Git commands. hpgit is intended to make use of multiple configuration files to specify project, team and individual preferences. This allows for variations in similar workflows to be supported, without needing developers from different projects to be aware of the specific operations need for other projects.
Description
Languages
Python
91.3%
Shell
8.7%