doc: git doesn't use git-foo invocations.
[guilt.git] / Documentation / guilt-branch.txt
blob7e1051fdcac6eafdcc3be421e4a206f08e996f7f
1 guilt-branch(1)
2 ===============
4 NAME
5 ----
6 guilt-branch - Branch the entire patch series
8 SYNOPSIS
9 --------
10 include::usage-guilt-branch.txt[]
12 DESCRIPTION
13 -----------
14 Create a copy of the entire branch patch directory (.git/patches/<branch>)
15 to (.git/patches/<new_name>), create a new git branch <new_name> and check
16 it out.
18 OPTIONS
19 -------
20 <new_name>::
21         The name of the new branch to create. If not specified, the current
22         branch name is appended with the current year, month and day.
24 Author
25 ------
26 Written by Josef "Jeff" Sipek <jeffpc@josefsipek.net>
28 Documentation
29 -------------
30 Documentation by Josef "Jeff" Sipek <jeffpc@josefsipek.net>
32 include::footer.txt[]