git常用操作

git status 查看当前状态 git branch -a查看所有分支,*标识当前分支 git branch -r查看远程分支 git tag 查看当前tag git diff 查看文件变化 git clone 从远程仓库克隆到本地 git tag 标签名 创建新的标签 git checkout  分支名 切换分支 git  add git commit -m "xxxx"  提交到本地 gi
相关文章
相关标签/搜索