git 常用命令
用法:git [--version] [--help] [-C <path>] [-c <name>=<value>]
[--exec-path[=<path>]] [--html-path] [--man-path] [--info-path]
- 阅读更多 关于 git 常用命令
- 登录或注册以发表评论
用法:git [--version] [--help] [-C <path>] [-c <name>=<value>]
[--exec-path[=<path>]] [--html-path] [--man-path] [--info-path]
git init 初始化git
git push -u origin master 上传本地文件到github 上
git remote add origin + 路径 设置git 关联到github