You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: scaffolding-with-fano-cli/index.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -35,7 +35,7 @@ For example, following command will cause a new project created in directory nam
35
35
$ fanocli --create-project=test-fano
36
36
```
37
37
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
39
39
to merge because they have unrelated commit histories.
40
40
41
41
To workaround this problem, you can run `git merge` with option `--allow-unrelated-histories` or create project directory structure without
0 commit comments