mirror of
https://github.com/martinvonz/jj.git
synced 2024-12-24 12:48:55 +00:00
spelling: use cases
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
parent
0e26e4bac4
commit
49215323b2
1 changed files with 1 additions and 1 deletions
|
@ -44,7 +44,7 @@ a comparison with Git, including how workflows are different, see the
|
|||
parent of all commits Git would call "root commits".
|
||||
* **Staging area: Kind of.** The staging area will be ignored. For example,
|
||||
`jj diff` will show a diff from the Git HEAD to the working copy. There are
|
||||
[ways of fulfilling your usecases without a staging
|
||||
[ways of fulfilling your use cases without a staging
|
||||
area](https://github.com/martinvonz/jj/blob/main/docs/git-comparison.md#the-index).
|
||||
* **Garbage collection: Yes.** It should be safe to run `git gc` in the Git
|
||||
repo, but it's not tested, so it's probably a good idea to make a backup of
|
||||
|
|
Loading…
Reference in a new issue