Git — How to change git repository directory location

--

  1. Check git path

git remote -v

2. Show git folder

ls -a

4. Change path

cd .git
ls

nano config

--

--

No responses yet