Git main Branch to Sub Branch

PHOTO EMBED

Tue Mar 19 2024 04:48:54 GMT+0000 (Coordinated Universal Time)

Saved by @vigneshAvelator

git checkout development —-> move from current branch to master

git pull origin development —-> take the latest content from master

git checkout receptionist_API —-> move from master to your current branch

git merge development —-> merging the latest content of master into your branch
content_copyCOPY