27
Mvzes
8y

- git commit -m "well described comment explaining addition"

oh crap forgot to take out this one thing

- ctrl-S
- git commit -m "ahskdbejjeebdosjeb"

Comments
  • 4
    If that happens then do your change, git add, git commit --amend, git push -f if you need it.
  • 1
    As long as you haven't pushed to remote, either append to or squash local commits. Or if already pushed, rewrite and force push with lease.
Add Comment