New URL for NEMO forge!   http://forge.nemo-ocean.eu

Since March 2022 along with NEMO 4.2 release, the code development moved to a self-hosted GitLab.
This present forge is now archived and remained online for history.
fcm-branch.pod in vendors/lib/FCM/CLI – NEMO

source: vendors/lib/FCM/CLI/fcm-branch.pod @ 10669

Last change on this file since 10669 was 10669, checked in by nicolasmartin, 5 years ago

Import latest FCM release from Github into the repository for testing

File size: 887 bytes
Line 
1=head1 NAME
2
3fcm 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
16This command is deprecated. The 4 usages are replaced by:
17
18=over 4
19
20=item 1.
21
22C<fcm branch-create>: Type C<fcm help branch-create> for detail.
23
24=item 2.
25
26C<fcm branch-delete>: Type C<fcm help branch-delete> for detail.
27
28=item 3.
29
30C<fcm branch-info>: Type C<fcm help branch-info> for detail.
31
32=item 4.
33
34C<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.