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 8cbbef2 commit e81e15cCopy full SHA for e81e15c
sh/init.sh
@@ -1,4 +1,5 @@
1
#!/bin/bash
2
+git init;
3
+git config core.ignorecase false;
4
git remote add gitee git@gitee.com:ltpp-universe/bin-encrypt-decrypt.git;
-git remote add github git@github.com:ltpp-universe/bin-encrypt-decrypt.git;
5
git remote add origin git@github.com:ltpp-universe/bin-encrypt-decrypt.git;
0 commit comments