Skip to content

Commit

Permalink
Clarify terms in examples
Browse files Browse the repository at this point in the history
  • Loading branch information
jacebrowning committed Sep 3, 2016
1 parent 6442a57 commit e1d1bf0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,9 +72,9 @@ $ gitman update

which will essentially:

1. create a working tree at _root_/`location`/`name`
1. create a working tree at _(root)_/`<location>`/`<name>`
2. fetch from `repo` and checkout the specified `rev`
3. symbolically link each `location`/`name` from _root_/`link` (if specified)
3. symbolically link each `<location>`/`<name>` from _(root)_/`<link>` (if specified)
4. repeat for all nested working trees containing a configuration file
5. record the actual commit SHAs that were checked out (with `--lock` option)

Expand Down

0 comments on commit e1d1bf0

Please sign in to comment.