About 1,704,917 results (5,440 milliseconds)

TortoiseGit "Pull" dialog dropdown shows Remote Branches that no ...

https://groups.google.com/g/tortoisegit-users/c/GnjX8xoN-uQ
Oct 26, 2015 ... When I open the TortoiseGit "Pull" dialog, the "Remote Branch ... deleted both on my local repository and on the remote repository.

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 ... This does not delete your local copy. See also: http://gitready.com/beginner/2009/02/02/push-and-delete-branches.html =head1 BRANCH DETECTIONS

Deleting remote branches

https://groups.google.com/g/gitextensions/c/Q6eACyhi7I4
The delete branch function now detects if the branch is remote and adds "-r" when needed. This will be fixed in the next version. It already is possible to ...

Push all GIT branches to Gerrit

https://groups.google.com/g/repo-discuss/c/LFTWj4CuJsg
Delete. You do not have permission to delete messages in this group. Copy ... #foreach remote branch, create a local branch with the same name that tracks it

Can't pull from develop branch.

https://groups.google.com/g/sage-devel/c/cbdR32HRVX4/m/jvgZDmH9CgAJ
<remote-name>/<branch-name>" will let you delete remote references as well ... origin", to how it should store those refs locally. refs/heads/ is where ...

Strange behavior on local branches with repo sync, due to my manifest

https://groups.google.com/g/repo-discuss/c/lTCtfZ5B8_4
Jan 20, 2012 ... 0 branch. git checkout 1.0.0. Previous HEAD position was b71a548... (some comment) Branch 1.0.0 set up to track remote branch ...

Reset local changes when running the "repo sync" command?

https://groups.google.com/g/repo-discuss/c/XermJLX2sUw
Oct 1, 2016 ... ... clone having a detached HEAD that prevents it from resetting to a remote branch? Before I add publishing steps that delete the entire local ...

how do I switch branches by repo

https://groups.google.com/g/android-building/c/rtH5ZbJC7qU
to pull the remote branches? but this is the 'svn' style, right? coz when git pull , it would pull all branches into my local pc what I think is. I simply ...

Using version control and deploying | Looker | Google Cloud

https://cloud.google.com/looker/docs/version-control-and-deploying-changes
Feb 26, 2024 ... When you delete a branch, Looker removes both your local version of the branch and the remote version of the branch. However, if the branch ...

empty folder after git clone

https://groups.google.com/g/android-kernel/c/Rq5993NokVs
Dec 26, 2011 ... Delete. You do not have permission ... All you need to do is to checkout correct remote branch to get all the files in the local repository.

Is it possible to compare a local branch to a remote branch, before ...

https://groups.google.com/g/tortoisegit-users/c/59TOfYNJUd0
Jul 10, 2012 ... Just fetch the remote and then compare locally... The remote master will have the ref origin/master (or something similar depending on what you ...

Not able to checkout particular branch when the branch is available ...

https://groups.google.com/g/repo-discuss/c/XWi4H11i5_0
May 16, 2013 ... After repo init and repo sync, I am not able to checkout a remote branch it shows an message: "error: pathspec 'branchA' did not match any file( ...

Replication of deleted branches

https://groups.google.com/g/repo-discuss/c/tLmNcGvOo9k
May 26, 2010 ... - is this approach of deleting/creating branches through web-ui (non-)recommended? - (I didn't test it) If I delete a branch through "git push ...

repo start not working as expected

https://groups.google.com/g/repo-discuss/c/xz6kYItVseM
Apr 7, 2016 ... We expected that 'repo start X.Y --all' would create a local X.Y branch to track the remote origin/X.Y. ... git clone ${remote.fetch ...

deleting remote gitolite branch

https://groups.google.com/g/gitolite/c/IrU-7CKO3Xw
I'm having trouble deleting a remote branch in my Gitolite repository. Searching didn't seem to imply anything different from standard remote practice, so I ...

Trouble with Git mirroring

https://groups.google.com/g/git-for-windows/c/3rXO9WNRsRc
a remote branch, it is said the local branch "tracks" the remote branch. As ... 2) Delete all remote branches pushed from W to R1. 3) Afterwards, use ...

Need help in pushing new branches to gerrit

https://groups.google.com/g/repo-discuss/c/GCr9XxkEPyY
clone this repo to have my own local master branch and I do code changes on ... ! [remote rejected] HEAD -> refs/for/hari_spec-live (branch hari_spec ...

Removing remote branches in Gitblit

https://groups.google.com/g/gitblit/c/KZN1T-maknI
I am not 100% sure I understood the issue. It is true that there is no button on checkbox to delete the branch automatically when the ticket is merged, i.e. ...

After repo sync, git status shows "Not currently on branch" and ...

https://groups.google.com/g/repo-discuss/c/yPoPazTRgMA
Apr 3, 2013 ... Delete. You do not have permission to ... local branch for you. When you check out a remote branch you'll end up with a detached head (since

Adding support for deleting Git remote branches, direction forward

https://groups.google.com/g/hg-git/c/Zj_-JkYsFaA
Sep 15, 2012 ... "To delete a bookmark from a server, delete it locally first, then use push -B on the deleted name." The main implementation of this in ...