We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b3063d commit 7d39698Copy full SHA for 7d39698
README.md
@@ -4,5 +4,9 @@
4
5
```sh
6
sh ./replace.sh $your_project_name $your_github_id $your_name
7
+# or want to keep origin github_id and name
8
+sh ./replace.sh $your_project_name
9
+
10
+# commit
11
rm ./replace.sh && git add . && git commit -m "rename"
12
```
0 commit comments