Skip to main content
css

Git Command

By December 19, 2022December 22nd, 2022No Comments

git branch -a
to fetch all branches
———————
for remote in `git branch -r`; do git branch –track ${remote#origin/} $remote; done
git fetch –all
git pull –all
git remote add upstream  git@bitbucket.org:egreens/vegease-marketing-api.git (add you parent project link). (when we select fresh es se upper ke command ager already h fer niche ke command chalenge)
git fetch upstream
git pull upstream dev
git merge upstream/dev

https://www.gloomaps.com/

Leave a Reply