Consider I've staged for committing a file (e.g. db/schema.rb) that I didn't intended to change. I need to do:
git reset db/schema.rb
git checkout db/schema.rb
Can I do it by single command?
|
Consider I've staged for committing a file (e.g.
Can I do it by single command? |
|||
|
|
|
I tried this one and works well for me:
|
|||||
|
|
Simply reset with option
|
|||||
|