-
mentioned in commit f9f6136db162b1cefe9aaed27c88f056612bf8ac
-
Status changed to merged
-
2. team_success
Step 1. Update the repo and checkout the branch we are going to merge
git fetch origin git checkout -b dev origin/dev
Step 2. Merge the branch and push the changes to GitLab
git checkout test git merge --no-ff dev git push origin test
mentioned in commit f9f6136db162b1cefe9aaed27c88f056612bf8ac
2. team_success