git clone cd git switch develop git pull # get latest code from develop git remote add ecs git remote -v # verify ECS origin is added git fetch --all git switch feature/eks-sync git merge develop # resolve any potential conflicts git push
git switch develop git pull git switch branch-123 git merge develop # merge current branch-123 with develop git push