3
Nel009
6y

Hitting `git commit -asm` when there are still untracked files.

And you knew that you fucked up the moment you see the result of your `git status`.

Comments
  • 1
    What do the `-as` flags do? On my phone.

    Anyway, I am well versed in fucking up commits haha. Are you familiar with `git commit --amend`? It's my lifeline to sanity for unpushed fuck-ups.
  • 1
    @bezorp `a` is all and `s` is signoff (it like a signature). I use this those flags (-asm) when I only modified some files.

    Sorry, I never use --amend. But I'll check that one. Thanks. :D
Add Comment