Line | |
---|
1 | =head1 NAME |
---|
2 | |
---|
3 | fcm branch (br) |
---|
4 | |
---|
5 | =head1 SYNOPSIS |
---|
6 | |
---|
7 | 1. fcm branch --create --name NAME [OPTIONS] [SOURCE] |
---|
8 | fcm branch -c -n NAME [OPTIONS] [SOURCE] |
---|
9 | 2. fcm branch --delete [OPTIONS] [TARGET] |
---|
10 | fcm branch -d [OPTIONS] [TARGET] |
---|
11 | 3. fcm branch --info [OPTIONS] [TARGET] |
---|
12 | fcm branch [OPTIONS] [TARGET] |
---|
13 | 4. fcm branch --list [OPTIONS] [TARGET] |
---|
14 | fcm branch -l [OPTIONS] [TARGET] |
---|
15 | |
---|
16 | This command is deprecated. The 4 usages are replaced by: |
---|
17 | |
---|
18 | =over 4 |
---|
19 | |
---|
20 | =item 1. |
---|
21 | |
---|
22 | C<fcm branch-create>: Type C<fcm help branch-create> for detail. |
---|
23 | |
---|
24 | =item 2. |
---|
25 | |
---|
26 | C<fcm branch-delete>: Type C<fcm help branch-delete> for detail. |
---|
27 | |
---|
28 | =item 3. |
---|
29 | |
---|
30 | C<fcm branch-info>: Type C<fcm help branch-info> for detail. |
---|
31 | |
---|
32 | =item 4. |
---|
33 | |
---|
34 | C<fcm branch-list>: Type C<fcm help branch-list> for detail. |
---|
35 | |
---|
36 | =back |
---|
37 | =cut |
---|
Note: See
TracBrowser
for help on using the repository browser.