you are viewing a single comment's thread
view the rest of the comments
[–] 3 points 2 years ago* (last edited 2 years ago) (1 child)

It should (at least) be:

git commit -a -m "🚨🔥🚨"
git push --force

Better, create a new branch and push it to origin(?).

Relevant The IT Crowd

  • source
  • parent
  • hideshow 2 child comments
  • [–] 4 points 2 years ago* (1 child)

    Better have not created any new files tho - git commit -a doesn't catch those without an add first.

  • source
  • parent
  • hideshow 2 child comments