git show local branch code example
Example 1: git update remote origin
git remote set-url origin new.git.url/here
Example 2: how to see all branches in git
git branch -a
Example 3: git get local branches
git branch -l
git remote set-url origin new.git.url/here
git branch -a
git branch -l