sign in
|
add example
|
see also:
git-remote
,
git
git-branch
List, create, or delete branches
[
man 1
]
examples
configs
questions
[
new example
]
copy
3
0
create a new branch
git branch my2.6.14 v2.6.14
Create a new branch
git-branch
git
1 year ago
george
3 |
copy
2
0
delete the remote-tracking branches
git branch -d -r origin/todo origin/html origin/man
Delete the remote-tracking branches "todo", "html" and "man". The next fetch or pull will create them again unless you configure them not to
git-branch
git
1 year ago
george
3 |
[
new config
]
[
ask question
]