Answers for "remove all config git of my local changes"

2

git remove all local changes

git reset; git checkout .; git reset --hard HEAD; git clean -fdx; 
git fetch --all; git pull
Posted by: Guest on November-14-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language