Git update branch

PHOTO EMBED

Tue Jun 14 2022 09:22:53 GMT+0000 (Coordinated Universal Time)

Saved by @swina #git #branch

# you need to be on the working branch
git checkout _branch_name
git add .
git commt -m "my branch commit"

# pull and merge
git pull

# push commit
git push
content_copyCOPY

After commit, execute git pull to align branch with existing updates. git push to update branch