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

no changes added to commit (use "git add" and/or "git commit -a")

  • source
  • hideshow 2 child 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