git笔记
查看别名git remote
设置别名git add test url
推送到远程仓库git push test master(分支)
推送分支到远程库 git push test branch01
克隆远程库 git clone url
本博客所有文章除特别声明外,均采用 CC BY-NC-SA 4.0 许可协议。转载请注明来自 Flyingcat!
评论
查看别名git remote
设置别名git add test url
推送到远程仓库git push test master(分支)
推送分支到远程库 git push test branch01
克隆远程库 git clone url