John Mavrick's Garden

Search IconIcon to open search

Last updated Unknown

Status: Tags: Links: Git Procedures


Updating a local clone with new branch name

git branch -m dev main git fetch origin git branch -u origin/main main git remote set-head origin -a


Backlinks


References:

Created:: 2021-10-17 16:59


Interactive Graph