git 常用命令
git clone下载项目git add .提交暂git commit -m ‘***’git push origin xxxgit stashgit stash pop
·
-
git branch 查看本地分支
-
git status 查看当前状态
-
git clone 下载项目
-
git add . 提交暂存区
-
git commit -m ‘***’ 提交
-
git push origin xxx 提交服务器
-
git pull origin xxx 下拉分支
-
git checkout xxx 切换分支
-
git stash 提交临时空间
-
git stash pop 移除临时空间
-
git branch -d branchname 删除本地分支
本地项目上传
-
git init 初始化
-
git remote add origin https://gitee.com/xxxx/vue.git 关联远程仓库
-
git add .
-
git commit -m ‘first’
-
git push origin xxx
开放原子开发者工作坊旨在鼓励更多人参与开源活动,与志同道合的开发者们相互交流开发经验、分享开发心得、获取前沿技术趋势。工作坊有多种形式的开发者活动,如meetup、训练营等,主打技术交流,干货满满,真诚地邀请各位开发者共同参与!
更多推荐
已为社区贡献1条内容
所有评论(0)