Close
AlgoliaLogoLight
Close full mode
logo

git branch

Git RepositoryEdit on Github

Set an existing branch to track a remote branch

git branch -u upstream/foo

Untrack a remote branch

git branch --unset-upstream
Loading comments...