#git bot interface
History of !remote_branches
- @!remote_tracking_branch
By tobiasvl at 2017-09-26 11:24:19
- Remote branches are not created locally on clone. They show up as remote branches (git branch -r). To create local branches from them use git checkout -b local_name remote/branch_name or more recently git checkout -t remote/branch-name
By ikke at 2012-01-12 13:11:18
- Remote branches are not created locally on clone. They show up as remote branches (git branch -r). To create local branches form them use git checkout -b local_name remote/branch_name or more recently git checkout -t remote/branch_name
By canton7 at 2012-01-10 19:53:29
- Remote branches are not created locally on clone. They show up as remote branches (git branch -r). To create local branches form them use git checkout -b local_name remote/branch_name or more recently git checkout -t remote/branch_name (or git checkout branch_name)
By canton7 at 2012-01-10 19:39:08
- Remote branches are not created locally on clone. They show up as remote branches (git branch -r). To create local branches form them use git checkout -b local_name remote/branch_name or more recently git checkout -t remote/branch-name
By ikke at 2012-01-10 14:15:45
- Remote branches are not created locally on clone. They show up as remote branches (git branch -r). To create local branches form them use git checkout -b local_name remote/branch_name or more recently git checkout remote/branch-name
By ikke at 2012-01-10 14:11:52
- Remote branches are not created locally on clone. They show up as remote branches (git branch -r). To create local branches form them use git checkout -b local_name remote/branch_name or more recently git checkout local_name remote/branch-name
By ikke at 2012-01-10 14:09:17
- Remote branches are not created locally on clone. They show up as remote branches (git branch -r). To create local branches form them use git checkout -b local_name remote/branch_name or more recently git checkout localname remote/branch-name
By ikke at 2012-01-10 14:07:37