how to make merge request in gitlabHow to remove local (untracked) files from the current Git working tree?How to resolve merge conflicts in GitHow to modify existing, unpushed commit messages?How to undo 'git add' before commit?How do I undo the most recent local commits in Git?How to make Git “forget” about a file that was tracked but is now in .gitignore?How do I check out a remote Git branch?How do I delete a Git branch locally and remotely?How to revert a Git repository to a previous commitHow do I rename a local Git branch?
To whom did Varys write those letters in Game of Thrones S8E5?
How could it be that 80% of townspeople were farmers during the Edo period in Japan?
Does addError() work outside of triggers?
Will there be more tax deductions if I put the house completely under my name, versus doing a joint ownership?
How to continually let my readers know what time it is in my story, in an organic way?
Developers demotivated due to working on same project for more than 2 years
the correct order of manual install WP and SSL on server
Can anyone give me examples of the relative-determinative 'which'?
What is the status of the Lannisters after Season 8 Episode 5, "The Bells"?
Wifi is sometimes soft blocked by unknown service
Does this "yield your space to an ally" rule my 3.5 group uses appear anywhere in the official rules?
Slice a list based on an index and items behind it in python
Cuban Primes
Why did the metro bus stop at each railway crossing, despite no warning indicating a train was coming?
Why is Drogon so much better in battle than Rhaegal and Viserion?
Why did Varys remove his rings?
Why are lawsuits between the President and Congress not automatically sent to the Supreme Court
My bread in my bread maker rises and then falls down just after cooking starts
2 parabolas through 4 points
Are there microwaves to heat baby food at Brussels airport?
What is this weird d12 for?
Why when I add jam to my tea it stops producing thin "membrane" on top?
Meaning of "legitimate" in Carl Jung's quote "Neurosis is always a substitute for legitimate suffering."
Why were the bells ignored in S8E5?
how to make merge request in gitlab
How to remove local (untracked) files from the current Git working tree?How to resolve merge conflicts in GitHow to modify existing, unpushed commit messages?How to undo 'git add' before commit?How do I undo the most recent local commits in Git?How to make Git “forget” about a file that was tracked but is now in .gitignore?How do I check out a remote Git branch?How do I delete a Git branch locally and remotely?How to revert a Git repository to a previous commitHow do I rename a local Git branch?
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty height:90px;width:728px;box-sizing:border-box;
I can't find the merge request button in this page so how can i make a merge request ? this is the website i am trying to make a merge request for https://gitlab.com/aossie/Agora-web-frontend/merge_requests?scope=all&utf8=%E2%9C%93&state=opened
screenshot
git gitlab
add a comment |
I can't find the merge request button in this page so how can i make a merge request ? this is the website i am trying to make a merge request for https://gitlab.com/aossie/Agora-web-frontend/merge_requests?scope=all&utf8=%E2%9C%93&state=opened
screenshot
git gitlab
It might be that the Agora-web-frontend project is using a forking workflow where you would first push to your own fork and initiate the merge request from there to the upstream fork. I noticed that they also have the same project on Github, where making a Pull Request from your own fork is very common.
– Trevor Reid
Mar 23 at 16:11
@TrevorReid yes that's the case thank you
– Mohamed Maged
Mar 23 at 22:22
add a comment |
I can't find the merge request button in this page so how can i make a merge request ? this is the website i am trying to make a merge request for https://gitlab.com/aossie/Agora-web-frontend/merge_requests?scope=all&utf8=%E2%9C%93&state=opened
screenshot
git gitlab
I can't find the merge request button in this page so how can i make a merge request ? this is the website i am trying to make a merge request for https://gitlab.com/aossie/Agora-web-frontend/merge_requests?scope=all&utf8=%E2%9C%93&state=opened
screenshot
git gitlab
git gitlab
edited Mar 23 at 15:27
Mohamed Maged
asked Mar 23 at 15:22
Mohamed MagedMohamed Maged
63
63
It might be that the Agora-web-frontend project is using a forking workflow where you would first push to your own fork and initiate the merge request from there to the upstream fork. I noticed that they also have the same project on Github, where making a Pull Request from your own fork is very common.
– Trevor Reid
Mar 23 at 16:11
@TrevorReid yes that's the case thank you
– Mohamed Maged
Mar 23 at 22:22
add a comment |
It might be that the Agora-web-frontend project is using a forking workflow where you would first push to your own fork and initiate the merge request from there to the upstream fork. I noticed that they also have the same project on Github, where making a Pull Request from your own fork is very common.
– Trevor Reid
Mar 23 at 16:11
@TrevorReid yes that's the case thank you
– Mohamed Maged
Mar 23 at 22:22
It might be that the Agora-web-frontend project is using a forking workflow where you would first push to your own fork and initiate the merge request from there to the upstream fork. I noticed that they also have the same project on Github, where making a Pull Request from your own fork is very common.
– Trevor Reid
Mar 23 at 16:11
It might be that the Agora-web-frontend project is using a forking workflow where you would first push to your own fork and initiate the merge request from there to the upstream fork. I noticed that they also have the same project on Github, where making a Pull Request from your own fork is very common.
– Trevor Reid
Mar 23 at 16:11
@TrevorReid yes that's the case thank you
– Mohamed Maged
Mar 23 at 22:22
@TrevorReid yes that's the case thank you
– Mohamed Maged
Mar 23 at 22:22
add a comment |
1 Answer
1
active
oldest
votes
You need to first push the branch you've been working on. Then, navigate to that branch, and you should have a "create merge request" button on it.
i don't have the permissions to make a new branch i had to fork the project then merge my branch . Thanks for your suggestion though
– Mohamed Maged
Mar 23 at 22:24
add a comment |
Your Answer
StackExchange.ifUsing("editor", function ()
StackExchange.using("externalEditor", function ()
StackExchange.using("snippets", function ()
StackExchange.snippets.init();
);
);
, "code-snippets");
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "1"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);
else
createEditor();
);
function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f55315278%2fhow-to-make-merge-request-in-gitlab%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
You need to first push the branch you've been working on. Then, navigate to that branch, and you should have a "create merge request" button on it.
i don't have the permissions to make a new branch i had to fork the project then merge my branch . Thanks for your suggestion though
– Mohamed Maged
Mar 23 at 22:24
add a comment |
You need to first push the branch you've been working on. Then, navigate to that branch, and you should have a "create merge request" button on it.
i don't have the permissions to make a new branch i had to fork the project then merge my branch . Thanks for your suggestion though
– Mohamed Maged
Mar 23 at 22:24
add a comment |
You need to first push the branch you've been working on. Then, navigate to that branch, and you should have a "create merge request" button on it.
You need to first push the branch you've been working on. Then, navigate to that branch, and you should have a "create merge request" button on it.
answered Mar 23 at 15:53
MureinikMureinik
190k22146210
190k22146210
i don't have the permissions to make a new branch i had to fork the project then merge my branch . Thanks for your suggestion though
– Mohamed Maged
Mar 23 at 22:24
add a comment |
i don't have the permissions to make a new branch i had to fork the project then merge my branch . Thanks for your suggestion though
– Mohamed Maged
Mar 23 at 22:24
i don't have the permissions to make a new branch i had to fork the project then merge my branch . Thanks for your suggestion though
– Mohamed Maged
Mar 23 at 22:24
i don't have the permissions to make a new branch i had to fork the project then merge my branch . Thanks for your suggestion though
– Mohamed Maged
Mar 23 at 22:24
add a comment |
Thanks for contributing an answer to Stack Overflow!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f55315278%2fhow-to-make-merge-request-in-gitlab%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
It might be that the Agora-web-frontend project is using a forking workflow where you would first push to your own fork and initiate the merge request from there to the upstream fork. I noticed that they also have the same project on Github, where making a Pull Request from your own fork is very common.
– Trevor Reid
Mar 23 at 16:11
@TrevorReid yes that's the case thank you
– Mohamed Maged
Mar 23 at 22:22