-
mentioned in commit 6a5766ca3a369c480917bacb79b0f693dc70cae0
-
Status changed to merged
Showing
1 changed file
images/banner.jpg deleted
33.7 KB
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 6a5766ca3a369c480917bacb79b0f693dc70cae0
33.7 KB