In git,
to unstage a file git reset HEAD <filename> is used
to discard changes git checkout <filename> is used
Is there a way to combine these two commands in one?
|
In git, Is there a way to combine these two commands in one? |
||||
|
|
|
Try
|
|||||
|