WIP: romain random experiments for RSVP
This is an always open merge request, to allow other people to see what I'm playing with
This is an always open merge request, to allow other people to see what I'm playing with
Step 1. Fetch and check out the branch for this merge request
git fetch "https://lab.nexedi.com/romain/rsvp.js.git" "wip" git checkout -b "romain/rsvp.js-wip" FETCH_HEAD
Step 2. Review the changes locally
Step 3. Merge the branch and fix any conflicts that come up
git fetch origin git checkout "origin/master" git merge --no-ff "romain/rsvp.js-wip"
Step 4. Push the result of the merge to GitLab
git push origin "master"
Note that pushing to GitLab requires write access to this repository.
Tip: You can also checkout merge requests locally by following these guidelines.