git-merge
Git creates a merge commit although it performs a fast-forward merge
I\'m merging a hotfix branch into master. When I do a simple git merge hotfix-2.09 the merge fast-forwards but I\'m ge开发者_如何转开发tting a \'merge branch \"hotfix-2.09\"\' commitin the log. hotfix[详细]
2023-03-02 21:12 分类:问答Git error on commit after merge - fatal: cannot do a partial commit during a merge
I ran a git pull that ended in a conflict. I resolved the conflictand everything is fine now (I used mergetool also).[详细]
2023-03-01 06:04 分类:问答How to undo a git merge with conflicts
I am on branch mybranch1. mybranch2 is forked from mybranch1 and changes were made in mybranch2. Then, while on mybranch1, I have done git merge --no-commit mybranch2[详细]
2023-02-27 07:09 分类:问答How do I safely merge a Git branch into master?
A new branch from master is created, we call it test. There are several developers who either commit to master or create other branches and later merge into master.[详细]
2023-02-22 22:57 分类:问答synchronize between 2 git repositories
I have 2 bare repositories. They are made like this: ssh git@primary.com git init --bare repo1 ssh git@backup.com[详细]
2023-02-22 18:28 分类:问答git: deleted code mysteriously reappeared
So I was just making a patch to one of our files, and I saw some code that shouldn\'t be there (coupled with an error in the webpage caused by this rogue code). The code was added in a patch a few mon[详细]
2023-02-22 08:53 分类:问答Git: merging two diverged, independent repos
Repository A: migrated to git from a project\'s SVN at revision r: cloned the whole thing including all of SVN\'s history, tags, etc. A little development on git afterwards.[详细]
2023-02-17 11:46 分类:问答GIT - how to merge branches?
We decided to use GIT in our company but now got a problem.. We have several bra开发者_高级运维nches with different features. Now what we need is to merge that branches and push it to Master. How shal[详细]
2023-02-17 09:00 分类:问答Get changes from master into branch in Git
In my repository I have a branch called aq which I\'m working on. I then committed new work and bugs in master.[详细]
2023-02-17 05:58 分类:问答Git: How to merge/update parts of a branch from/to main?
I\'m a git newbie, and this is what I currently have: master: A -- B -- C \\ \\ branch:X -- Y How do I Update commit Y with[详细]
2023-02-16 22:45 分类:问答