Skip to content

Commit

Permalink
Documentation: guilt & git don't use hyphenated commands
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffpc committed Mar 23, 2014
1 parent 2bab740 commit 12519cf
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Documentation/guilt-init.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@ EXAMPLES
--------
First, get a repository to work on. Here's one that we'll use as an example:

$ git-clone git://git.kernel.org/pub/scm/linux/kernel/jsipek/guilt-hello.git
$ git clone git://git.kernel.org/pub/scm/linux/kernel/jsipek/guilt-hello.git

Now, it initialize the patches directory using guilt's init command:

$ cd hello
$ guilt-init
$ guilt init

Author
------
Expand Down
4 changes: 2 additions & 2 deletions Documentation/guilt-rebase.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ EXAMPLES

Rebase current tree against Linus's 2.6 tree

$ git-fetch git://git.kernel.org/pub/scm/linux/kernel/git/tovalds/linux-2.6.git
$ guilt-rebase FETCH_HEAD
$ git fetch git://git.kernel.org/pub/scm/linux/kernel/git/tovalds/linux-2.6.git
$ guilt rebase FETCH_HEAD

Author
------
Expand Down

0 comments on commit 12519cf

Please sign in to comment.