-
Status changed to merged
-
mentioned in commit 2f41ad59ed7ec91fdc7877f757e06063bd9001c8
rtaniel/projetPPO_taniel_andjembe!1
Votes
0 up
0 down
20 Jun, 2019
1 commit
Step 1. Update the repo and checkout the branch we are going to merge
git fetch origin git checkout -b test origin/test
Step 2. Merge the branch and push the changes to GitLab
git checkout master git merge --no-ff test git push origin master
mentioned in commit 2f41ad59ed7ec91fdc7877f757e06063bd9001c8
1 commit