Hi experts, I use below command to add a remote git's branch to local branch
git fetch [email protected]:leiyang/git_testA.git master:local The question is: if remote tree's "master" branch update, how could I update local tree's "local" branch to sync with remote tree's "master"? Thanks Lei --
