Skip to content

Fix wrong git branch command in commit script

Christian Gutschow requested to merge tweak_commit_script_message into master

Description of bug

git branch -u command was wrong since the branch did not exist in the remote when the command was called. This

Changes introduced

  • Get rid of git branch -u
  • Change printout at the end of the script from git push to git push -u ...

Tests

Screenshot_2020-06-06_at_15.16.06

Issues resolved

Closes #

/label Bug fix /label High priority

Edited by Spyros Argyropoulos

Merge request reports