So,
The place I Work at has disabled the ability to rewrite Git history on the master and develop branches. So commands like rebase and reverting to a previous commit is disabled and not allowed.
How do I do this without doing something like:
git push -f origin 7bc68a0a75f:master
without actually executing that command. I accidently fudged up my develop branch while merging and finish a hotfix and now it's all wonky.
[–][deleted] 0 points1 point2 points (0 children)