Troubleshooting Git errors
Could not find git root
git clone https://github.com/YOUR-USERNAME/YOUR-REPOSITORYgit init
git add .
git commitCould not find commit in git repo or Git Util error
git pull --unshallowLast updated