I use git clone from github and I deleted some files & modified some files. Now I want to keep my local code & restore to the original form. Is there a command to achieve this?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
If you want to save you changes first, you can commit them before and then checkout you code to previous commit(s):
Or, if you don't need your changes anymore, run |
|||
|
|
|
If you want to check out the whole repository, then from the root directory use
|
|||
|
|