Open jmhodges opened 9 years ago
Deleting or editing files in a vendored github package (in a git repo) and then running git restore doesn't return those files to their original state.
git restore
I'm not sure I follow. Do you mean editing files in <proj>/Godeps/_workspace/src/..?
<proj>/Godeps/_workspace/src/..
Deleting or editing files in a vendored github package (in a git repo) and then running
git restore
doesn't return those files to their original state.