Top "Git-branch" questions

git-branch is the Git command that manages branches.

Git - move branch to master

I have a branch with actual sources and I did not make any commits for a long time to master, …

git git-branch branching-and-merging
Best practices on GitHub repos, to Fork or create a New Branch

I'm looking for the best practice, forking vs branching on GitHub. I've read this Forking vs. Branching in GitHub, but …

git github git-branch git-merge git-fork
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
How to fix git missing blob?

Because I've been rsyncing my git repo between various places I'm now stuck with a broken git repo. When I …

git blob git-branch corruption corrupt
Can not create a local and remote branch (tracking) at the same time

From Pro Git: you can set up other tracking branches if you wish — ones that don’t track branches on …

git version-control git-branch git-remote
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 support for branch based user authorization - Best Practices or Tools?

For a product based GIT repository, wherein there are branches for maintenance, testing as well as future development, how do …

security git code-access-security git-branch
How to clone a git repo with all branches and tags from refs/remotes?

I have a local git repo that I created from an svn repo: $ git svn clone -s svn:... I then …

git clone git-svn git-branch mirror
Database migrations in a complex branching system

In our current development workflow we have introduced database migrations (using Ruckusing) to keep our developers' db schema's in sync. …

git git-branch database-migration database-versioning
Do git tags apply to all branches?

I'm getting my feet wet with git tagging, but my previous background is in Subversion, where "tags" were really just …

git branch git-branch git-tag