Step 1. Fetch and check out the branch for this merge request
-# All repo/branch refs have been quoted to allow support for special characters (such as #my-branch)
git fetch "https://gitlab.com/eiennohi/engine.git" "fix/sentry-928"
git checkout -b "eiennohi/engine-fix/sentry-928" FETCH_HEAD
Step 2. Review the changes locally
Step 3. Merge the branch and fix any conflicts that come up