git - SourceTree - how to checkout to remote repo branch -


i create new branch in remote git repository. repository stored on bitbucket.

in my local repository can see new branch sourcetree. appears in commits list, on same commit create branch from. cannot see new branch under branches list , cannot checkout it.

i want checkout , push updated on local workstation code remote repository back, within new branch. started development on same branch, source clone new branch.

i tried pull new branch. empty should, still not under branches list , cannot checkout it.

how commit new branch?

with sourcetree (1.9.6.1) alone (not talking command-line here), make sure:

  • you have fetched repo
  • your log view set "all branches" (not "current branches")
  • "show remote branches" selected

note: branches section @ left side of log view display local branches, not remote ones.
remote branches list in remotes/origin section, below branches , tags.

by double-clicking on remote branch, can create new local branch.

checkout new branch remote tracking branch


Comments

Popular posts from this blog

python - How to insert QWidgets in the middle of a Layout? -

python - serve multiple gunicorn django instances under nginx ubuntu -

module - Prestashop displayPaymentReturn hook url -