About 1,971,009 results (5,155 milliseconds)

Does gerrit support review for merge commits

https://groups.google.com/g/repo-discuss/c/tExhesupv0o
Sep 23, 2015 ... ... branch. FETCH_HEAD and the sanbdox branches are correctly point to upstream changes. I created a merge commit 'git merge FETCH_HEAD'. It ...

Removing origin/master from local repository after github master ...

https://groups.google.com/g/git-users/c/VZC33oLlgLo
Nov 21, 2021 ... ... git remote prune' to remove) Local branches configured for 'git pull': GUIExperimentalBugFixes1 merges with remote GUIExperimentalBugFixes1

The Life of a GitHub Action - Ramblings from Jessie

http://feedproxy.google.com/~r/thechangelog/~3/sBVLiXdUVo4/
Jan 13, 2019 ... So let's solve it by creating an Action to delete branches after the pull request has been merged. ... git/refs/heads/${ref}" echo "Branch delete ...

git tfs fetch: not updating (beginner question)

https://groups.google.com/g/git-tfs-dev/c/Rqd-wfPNd5k
May 28, 2021 ... ... merging the default branch into your local checkout ('git merge'). After you run the commands above, you might want to run 'git branch -av ...

git - How to change `branch-2`'s base branch from `branch-1` (which ...

http://feedproxy.google.com/~r/stackoverflow/tGpU/~3/gMi76WOu2z4/how-to-change-branch-2s-base-branch-from-branch-1-which-is-already-merged
May 1, 2019 ... ... delete it and try again. And if things do go well, I just delete the merge candidate branch after merging. – RichS. May 1, 2019 at 3:38. 3.

broken submodule Git, again

https://groups.google.com/g/stan-dev/c/v2xemNL_eq4
Now when you try to merge stan develop into your local branch, git thinks ... after running the above never does anything. Thanks a ton for helping out. I'm ...

git pull/merge without committing local changes

https://groups.google.com/g/git-users/c/y7qY-HLR_3Q
Sep 17, 2015 ... free to rename it, free to replace it with another branch. You can simply delete it after all. Neither of these changes will affect that

Merge after importing a project to gerrit fails because of missing ...

https://groups.google.com/g/repo-discuss/c/1irZMIM5TZE
Jan 24, 2017 ... After this migration, a user tried to merge recent changes from master into some other branch he's working on. Some of the changes he needs to ...

A Git Workflow Walkthrough - Merging Pull Requests - git, tools and ...

http://feedproxy.google.com/~r/bocoup/~3/LEkW7GGZuCY/git-workflow-walkthrough-merging-pull-requests
Aug 13, 2015 ... ... after the merge locally. This gives you greater confidence that the merge went as expected and everything is cool. Delete remote branch.

Easily clean up a team's remote git branches | Ovid [blogs.perl.org]

http://feedproxy.google.com/~r/DougHellmannLinkBlog/~3/YMLVc3Ud_V8/easily-clean-up-a-teams-remote-git-branches.html
Nov 20, 2016 ... remove them after they've been merged. The syntax for deleting a remote branch is: git push origin :branchname. Note that there is a space ...

Help! Git pull deleted files.

https://groups.google.com/g/git-users/c/9glTnx7hzU4
Dec 28, 2012 ... repo into your local branch available as "origin/master". By now, you have the merge (pull) undone and both tips available at your disposal ...

Why am I getting "You have more than one commit that you are ...

https://groups.google.com/g/repo-discuss/c/GU5OnoSSfFY
Nov 7, 2014 ... > After doing "git pull" and getting merge patches, and then trying > ... I usually delete my local branch after that and if I need to do more ...

Trying to understand git-tfs clone --branches=none

https://groups.google.com/g/git-tfs-dev/c/-Wq9FKNUbho
I'm certainly missing something, but what I'd expected is that the merge changesets themselves are taken (they've been checked-in on the target branch after ...

[llvm-dev] Workflow to commit changes using git alone (?)

https://groups.google.com/g/llvm-dev/c/MRa4Tfc6q7o
Nov 8, 2019 ... # Later on, if you want to delete the branch. git checkout master. git ... After the patch is reviewed and committed I can simply delete my local ...

Using version control and deploying | Looker | Google Cloud

https://cloud.google.com/looker/docs/version-control-and-deploying-changes
Sep 11, 2023 ... To delete one or more Git branches from your project, first navigate ... After you have resolved all merge conflicts and deleted all merge ...

After git-tfs clone of two TFS stores, how to merge?

https://groups.google.com/g/git-tfs-dev/c/NB4L5kCCOXg
Jul 10, 2018 ... I can clone each TFS server into its own local GIT repo no problem, branches, history, all lovely. Is there any way I can merge the two together ...

error deleting branch after merging with squash

https://groups.google.com/g/git-users/c/7T_jEeCXb_c
Mar 31, 2019 ... error: The branch 'upgrading' is not fully merged. If you are sure you want to delete it, run 'git ...

possible to re-merge branch after a change ?

https://groups.google.com/g/git-users/c/lTdSbhiENVU
Jan 12, 2021 ... Curse of action (git only, you understand that some editing took place in-between):. Created branch "patch" from "master"; Merged "patch" int ...

Gerrit not updating branch after merge

https://groups.google.com/g/repo-discuss/c/ko9vyryFHvA
Mar 6, 2020 ... 1. The user merged Branch1 into Master locally, and Git showed about 100 lines of creates/deletes/renames, but then git status shows "nothing to ...