目录
目录README.md

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

touch README.md
git init
git add README.md
git commit -m "first commit"
git remote add origin http://gitea.trustie.net/wangjb13/chunk.git
git push -u origin master

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

git remote add origin http://gitea.trustie.net/wangjb13/chunk.git
git push -u origin master
关于

A tool to help open source software question answering, which makes use of the implicitly existed code structure in the question and software documents, provides a visualized, interactive way to help understand the relevancy between the question and each candidate answer.

0 B
邀请码