Skip to content

Commit 9fd0efa

Browse files
committed
edit content
1 parent 41b388a commit 9fd0efa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scaffolding-with-fano-cli/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ For example, following command will cause a new project created in directory nam
3535
$ fanocli --create-project=test-fano
3636
```
3737

38-
This command line options creates GIT repository and initial commit for you automatically. This behavior may cause problem if you already create remote repository and try to merge local repository with remote one. Git may refuses
38+
This command line options creates GIT repository and initial commit for you automatically. This behavior may cause problem if you already create remote repository and try to merge local repository with remote one. Git may refuse
3939
to merge because they have unrelated commit histories.
4040

4141
To workaround this problem, you can run `git merge` with option `--allow-unrelated-histories` or create project directory structure without

0 commit comments

Comments
 (0)