跳到主要内容
LION
教程
分享
我
GitHub
git command line
本页总览
git command line
#初始化一个git仓库
git init
#将当前目录及其子目录中的所有文件提交到暂存区
git add .