Go to file
baohan c9e8c76327 Merge pull request '新建' (#1) from baohan into master 2021-05-29 14:15:17 +08:00
CMakeFiles create pro 2021-01-25 17:55:53 +08:00
conf create pro 2021-01-25 17:55:53 +08:00
doc create pro 2021-01-25 17:55:53 +08:00
hdfs3-integration create pro 2021-01-25 17:55:53 +08:00
hdfsraid-integration create pro 2021-01-25 17:55:53 +08:00
lib create pro 2021-01-25 17:55:53 +08:00
qfs-integration create pro 2021-01-25 17:55:53 +08:00
script create pro 2021-01-25 17:55:53 +08:00
src create pro 2021-01-25 17:55:53 +08:00
.gitignore Initial commit 2021-01-25 17:43:08 +08:00
CMakeCache.txt create pro 2021-01-25 17:55:53 +08:00
CMakeLists.txt create pro 2021-01-25 17:55:53 +08:00
LICENSE Initial commit 2021-01-25 17:43:08 +08:00
README.md Initial commit 2021-01-25 17:43:08 +08:00
cmake_install.cmake create pro 2021-01-25 17:55:53 +08:00

README.md

从命令行创建一个新的仓库

touch README.md
git init
git add README.md
git commit -m "first commit"
git remote add origin https://git.trustie.net/baohan/JCEC.git
git push -u origin master

从命令行推送已经创建的仓库

git remote add origin https://git.trustie.net/baohan/JCEC.git
git push -u origin master