Top "Remote-branch" questions

Git clone does not bring master branch

I have a remote repository http://github.com/fernandezpablo85/Test This repo has a master branch, but it's behind two …

git remote-branch
Bitbucket does not show all branches

I have a repository on bitbucket that contains three branches. I'm able to list the remote branches using a good …

git repository bitbucket git-branch remote-branch
Create private branch on remote repository in git

I would like to build specific flow on our company git. developer create a branch on his local machine and …

git git-branch remote-branch
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 …

git git-push remote-branch
How do I use Git's interactive rebase with a local-only repository (no remote / origin)?

I use git as a local source control system mostly for history and diff tracking. I still want to use …

git branch rebase git-rebase remote-branch
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 …

git github remote-branch
Error pushing changes on GIT. Ref names must follow git ref-format rules

I have one error using git on Sourcetree. I've created a local branch called sprints/Mycompany_sprint_1 (because I want …

git git-branch cherry-pick remote-branch