Linked Questions

1 vote
0 answers
305 views

I was on master branch and unfortunately, I run the command git pull origin DEV13-ConsumerReport-20190827 which is created from master, it merged into master automatically. The branch DEV13-...
Usman Shabbir's user avatar
0 votes
1 answer
161 views

I merged a feature branch into master. After that a colleague of mine merged some of his work. After that he had to do a revert, which reverted all of my work. I guess that he did a git merge master ...
DarkLeafyGreen's user avatar
1 vote
1 answer
148 views

Consider the following situation. I have two branches: main and main_feature_#1. I created a pull request and merged main_feature_#1 into main. I found some issue with the merge and there was no way ...
p0lAris's user avatar
  • 4,840
0 votes
0 answers
45 views

A colligue of mine merged a feature branch into our main development branch. I did a revert on that commit. Now I want to merge the development branch into the feature branch, but git deletes all the ...
Mohamed Haidar's user avatar
0 votes
0 answers
47 views

Merged one branch into my branch, but I reverted that merge. I merged again by git checkout branch1 git merge branch2 but it says already up to date, however, I don't see any changes in my branch. It ...
Spike's user avatar
  • 23
1 vote
0 answers
36 views

I have 2 branches : A and B. Both started from the same parent branch : C, and then had some changes made in parallel to each of them. I wanted to merge B to A, and tried merging directly from Gitlab. ...
Jan Der's user avatar
  • 11
0 votes
0 answers
30 views

10 days ago I accidentally merge a feature branch (feature/calendar) into develop branch. After that I revert it. In between, the were some commits made on both branches. Now, I want to merge ...
jody_lognoul's user avatar
96 votes
4 answers
47k views

I've been using Mercurial but would like to do a quick demo of Git. What are the Git equivalents of: hg init . # start a project in the current directory hg addremove # look for any added or deleted ...
bouy's user avatar
  • 971
43 votes
1 answer
21k views

Some time ago I created a branch from my master branch. Let's call it new_feature. While I was working on new_feature, the master branch followed its normal evolution. Now that new_feature is ready to ...
Bastian's user avatar
  • 5,865
14 votes
2 answers
9k views

Working with git flow. We have a co-worker who is not familiar with Git that accidentally merged develop into master yesterday. Develop has quite a few features that are launching with our next ...
DivinusVox's user avatar
  • 1,191
5 votes
5 answers
2k views

I created an experimental branch from master, and made four commits on the experimental branch. The master, in the mean time, still remains where it last was. Now, I want to merge my experimental ...
jeffreyveon's user avatar
  • 13.9k
11 votes
1 answer
10k views

First question so I'm going to try to get this correct. I created a branch and was working on a project for a couple of weeks. I created a pull request to merge my branch with the master branch. ...
LewisW's user avatar
  • 171
6 votes
3 answers
4k views

From time to time we can run across issues where we commit a feature branch to our baseline and discover in some situations it can go horribly wrong, so the change needs to be reverted, without losing ...
Tom Tanner's user avatar
  • 9,380
3 votes
2 answers
2k views

In our past life we had a branching system that was .. incorrect. We had to revert a merge because we decided to not release the feature. Now we are ready to release the feature and i'm having a hard ...
user3779502's user avatar
2 votes
1 answer
5k views

Situation: We have a couple of github pull requests that have been merged that have code that needs to be rolled back. Interspersed with these merges are others that need to be preserved. I know we ...
cbmanica's user avatar
  • 3,969

15 30 50 per page