Top "Git-branch" questions

git-branch is the Git command that manages branches.

Git undo local branch delete

I just deleted the wrong branch with some experimental changes I need with git branch -D branchName. How do I …

git branch git-branch
Git create branch from current checked out master?

There is a git controlled folder on a server where the main branch is checked out and a whole pile …

git version-control dvcs git-branch
Git branch strategy for small dev team

We have a web app that we update and release almost daily. We use git as our VCS, and our …

git branch git-branch
difference between fork and branch on github

If I fork a project that's hosted on github. Do I fork all the branches? How do I know which …

github branch git-branch git-fork
How do I reference an existing branch from an issue in GitHub?

Let's say I have a branch named feature/1. And also issue #1. I want to link that branch to that issue. …

github git-branch
Git: First rewinding head to replay

I am getting this message: First, rewinding head to replay your work on top of it... each time I do …

git git-branch rebase
What are the differences between local branch, local tracking branch, remote branch and remote tracking branch?

I just started using Git and I got really confused between different branches. Can anyone help me to figure out …

git version-control git-branch git-remote
Is there a way to get a visual diff on two branches in SourceTree?

Does Sourcetree offer a way to visualize differences between git branches? I'm looking for: names of files that have changed …

git git-branch atlassian-sourcetree
Is there a better way to find out if a local git branch exists?

I am using the following command to find out if a local git branch with branch-name exists in my repository. …

git-branch git
How do I rename my Git 'master' branch to 'release'?

We would like to enforce a new policy for our projects that the master branch now be called the release …

git version-control branch git-branch