Merged
Merge Request #4
·
created by
Alias
From
alias
into
master
-
Status changed to merged
-
mentioned in commit 5c9a58ffcdae40e48d3626a00952b72ed3a25cb4
Step 1. Update the repo and checkout the branch we are going to merge
git fetch origin git checkout -b alias origin/alias
Step 2. Merge the branch and push the changes to GitLab
git checkout master git merge --no-ff alias git push origin master
Status changed to merged
mentioned in commit 5c9a58ffcdae40e48d3626a00952b72ed3a25cb4
1 commit