76
Sykoah
7y

git status
git add .
git commit -m "Minor changes.."
git push
...
git status
*closes terminal*
...
"Fuck that char in that variable name isn't meant to be a capital!"
*makes change*
git status
git add .
git commit -m "Minor changes.."
git push
...
git status
*closes terminal*

Comments
  • 4
    REBASE REBASE REBASE! No one must ever know!
  • 6
    Those commit messages are an insult to the crown!
    OFF WITH HIS HEAD!
  • 0
    @qbalsdon yeah but I keep forgetting syntax etc. As well as rebase just still not even crossing my mind at the time. I think it's more of it being such muscle memory to me by the time I have thought of a better solution I have already gone and done it 🚮🚾🛃
  • 0
    Or just a soft reset and commit again ;)
    #somanyways
  • 2
    `git commit --amend` can be helpful!
  • 1
    Rebase interactive FTW
  • 1
    Plz don't write these commit messages when you're working with other people :(
  • 0
    Yup never use these messages, commit history can sometimes be as embarrassing as your internet browser history
  • 0
    He has already pushed changes. How could he ammend or rebase shared history without going into possible troubles?
  • 0
    @Ashkin yes! Git checkout him! (Detached head) :p
Add Comment