remove a file from git’s history. This could be used when you add a file to .gitignore after you have committed it
git rm –cached
git rm -r –cached
git rm -r –cached . (everything in cwd)
add multiple remote repos to a project
check the remote repos:
git remove -v
add remote repos:
git remote add
now you can do:
git pull /