Rebase only the master and save the current branch to go back to it after rebasing
[gc-utils.git] / gc.1
blob76efa91bf5cf307c4c7123f5854adce7905f5552
1 .TH gc\-update 1 "March 1, 2008" "version $VERSION$" "USER COMMANDS"
2 .sh NAME
3 gc \- gc\-utils suite
4 .SH SYNOPSIS
5 .B gc
6 [ help ] [ COMMAND ]
7 .SH DESCRIPTION
8 gc\-utils is a set of shell scripts that wrap git-cvsimport to simplify the
9 interaction between git repositories and cvs. 
10 .PP
11 The gc command is a wrapper over the gc\-* commands that are part of gc\-utils.
12 If no command is given, gc shows a list of available commands.
13 .SH OPTIONS
14 .TP
15 help
16 Displays the manual page for the given command
17 .SH EXAMPLES
18 .TP
19 display the manual page for gc\-commit
20 .PP
21 .RS 4
22 .nf
23 gc help commit
24 .fi
25 .RE
26 .TP
27 update an repository using the gc command
28 .PP
29 .RS 4
30 .nf
31 gc update -v
32 .fi
33 .PP
34 .SH EXIT STATUS
35 Returns the status code of the called gc\-* command or a non zero value if
36 the command doesnot exists
37 .SH AUTHOR
38 David Soria Parra (dsp (at) php.net)
39 .SH SEE ALSO
40 gc\-commit(1), gc\-import(1), gc\-multi-commit(1), gc\-update(1)