Top "Git-branch" questions

git-branch is the Git command that manages branches.

Git - Different Remote for each Branch

I'm unsure of how to ask this properly but I'll try and do my best - I'm by no means …

git github merge git-branch git-merge
JGit create new local branch and push to remote (branch does not exist on remote)

I'm working on an ANT task that calls some java that uses JGit to create a new branch on a …

java git git-branch jgit git-checkout
With git, how do I remove a local copy of a remote branch? Or at least pull without merging?

Another developer has deleted and rebuilt a remote branch called "development" which I already have a checked out copy. He …

git branch git-branch branching-and-merging
Bug fixes in a feature branch

We're using a A successful Git branching model by Vincent Driessen for our branching model. All's fine but I haven't …

git git-branch branching-and-merging feature-branch
Diff branches in Atlassian Stash

I am trying to get a diff between two branches in stash. Specially before sending the pull request, wanted to …

git version-control diff git-branch bitbucket-server
How to delete the old history after running git filter-branch?

Suppose I have such tree: ... -- a -- b -- c -- d -- ... \ e -- a -- k and …

git git-branch git-filter-branch
How do I use git-tfs and idiomatic git branching against a TFS repository?

How Do I Use git-tfs Idiomatically? The git idiom is to check out branches to the root directory of the …

git tfs git-branch git-tfs
Squash commits directly on feature without rebase or merge

I've been reading a little about --squashing commits, but they all seem to be go hand in hand with a …

git git-branch squash git-squash
Git rebase from one branch to another

I have the following case : K---L new-feature / H---I---J dev-team1 / E---F---G dev-main / A---B---C---D master And I want to move only the …

git branch git-branch git-rebase git-interactive-rebase
Override author on git merge

Is there an option like --author of git-commit for git-merge? We maintain a staging environment where some changes must be …

git version-control git-branch branching-and-merging git-merge