Merged
Merge Request #22
·
created by
Remote bases
From
remote_bases
into
master
-
Status changed to merged
-
mentioned in commit a57a2aa5bcd4dc3564d79f454098aace57026a71
Step 1. Update the repo and checkout the branch we are going to merge
git fetch origin git checkout -b remote_bases origin/remote_bases
Step 2. Merge the branch and push the changes to GitLab
git checkout master git merge --no-ff remote_bases git push origin master
Status changed to merged
mentioned in commit a57a2aa5bcd4dc3564d79f454098aace57026a71
2 commits