Quote:
Originally Posted by philja
I think I'll go for the remake. It shouldn't take long - the edits were not substantial and it will reinforce my learning on GitHub.
|
Fair enough.
Do yourself a favor and do a "git diff" locally before committing and pushing any changes. That way if anything goes wonky you can simply delete any uncommitted changes with a git command (git reset --hard HEAD). Then you're already to try again without needing to refork and reclone.