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
JetThoughts Dev -
Keyul Patel -
Ahmad Tibibi -
Ahmad Tibibi -
Top comments (0)