首先,你需要设置git,如解释在这里。接下来,您需要创建该存储库的本地副本并向其中添加文件。这里有详细解释,但这应该可以满足您的需求:
mkdir GHide
cd GHide
git init
git remote add origin git@github.com:osamarao/GHide.git
# At this point, copy your existing files into the GHide folder.
git add .
git commit -m 'Adding initial files.'
git push -u origin master
Run Code Online (Sandbox Code Playgroud)
| 归档时间: |
|
| 查看次数: |
6120 次 |
| 最近记录: |