I sometimes meet the situation:
$ git add <some-file>
"Oh, it was mistake ( ゚д゚)"
In such a case, git reset HEAD <some-file>
is available.
$ git reset HEAD <some-file>
Unstaged changes after reset:
M <some-file>
Happier a bit😊
I sometimes meet the situation:
$ git add <some-file>
"Oh, it was mistake ( ゚д゚)"
In such a case, git reset HEAD <some-file>
is available.
$ git reset HEAD <some-file>
Unstaged changes after reset:
M <some-file>
Happier a bit😊
For further actions, you may consider blocking this person and/or reporting abuse
Heloisa Moraes -
Lukas Gaucas -
Pradumna Saraf -
Shinji Nakamatsu -
Once suspended, nabbisen will not be able to comment or publish posts until their suspension is removed.
Once unsuspended, nabbisen will be able to comment and publish posts again.
Once unpublished, all posts by nabbisen will become hidden and only accessible to themselves.
If nabbisen is not suspended, they can still re-publish their posts from their dashboard.
Once unpublished, this post will become invisible to the public and only accessible to nabbisen.
They can still re-publish the post if they are not suspended.
Thanks for keeping DEV Community safe. Here is what you can do to flag nabbisen:
Unflagging nabbisen will restore default visibility to their posts.
Top comments (0)