0

git fetch origin
git checkout staging
git pull origin staging
git checkout -b merge/feature-tag-deplyoment-to-stg
git merge origin/feature/tag_deplyoment
git status
git push origin merge/feature-tag-deplyoment-to-stg

Jagdish Sarma Asked question 11 hours ago
Add a Comment