remote-branch
git add remote tracking branch to bare repo
I have a bare repo that was cloned from git.drupal.org. I have cloned from this bare repo to various different websites.[详细]
2023-04-07 19:46 分类:问答Git gui: how to push to a remote branch?
I have cloned a repository from github and checked out a remote branch.I made a change to the remote branch, committed it, but then when I try to push the change back to the remote branch I get the me[详细]
2023-03-13 18:35 分类:问答Git Remote branches
I currently haveGit setup with a central bare repository which is accessed by two developers via remote repositories. I\'ve hit on a problem when I\'ve created a branch and then tried to push that bra[详细]
2023-03-11 01:22 分类:问答hook to limit push to only one branch at a time
I’m trying to create a hook that blocks pushes to a remote repository if you are trying to push more than once branch.[详细]
2023-03-08 16:56 分类:问答Git sends huge amount of data after branch
I have a repository with lots of binary files (about 250MB) - I don\'t know if that is important. I\'m making a new branch and trying to publish it on the central server:[详细]
2023-02-24 08:53 分类:问答How to integrate svn branches into git branches with git-svn?
i have not much svn experience but i am used开发者_如何转开发 to work with git. I have the following svn repository structure and revisions.[详细]
2023-02-14 15:05 分类:问答What happens if I delete a remote branch that someone else is working on?
I have created a remote branch, that I now want to delete because it is merged back into our integration branch. I do a[详细]
2023-02-14 13:38 分类:问答Git: which is the default configured remote for branch?
I have a remote bare repository hub. I work only in the master branch. The last sentence of this error message below makes me wonder: How do I find out which is the \"default configured remote for you[详细]
2023-02-07 09:08 分类:问答git: Why am I ahead of origin/master with X commits after I do 'git push'?
I am using a bare git repository on a server for backup, and push local changes there with \'git push\' after doing \'git commit\' locally.[详细]
2023-01-19 18:13 分类:问答git : how to specify a default remote push-to branch?
Suppose I have a tracking branch named \'abc\' which tracks origin/master. When I开发者_运维百科\'m on \'abc\' and do a git push, it pushes \'abc\' to \'abc\'.[详细]
2023-01-14 08:49 分类:问答