Christian Genco

git cheat sheet

Remove origin #

# list git remotes
git remote -v

# remove a git remote
git remote remove origin