美文网首页
Git status add commit push pull

Git status add commit push pull

作者: Greyish | 来源:发表于2019-10-09 10:06 被阅读0次

    Git 上传到远程分支

    git status   //可查看文件状态

    git add . //将所有文件导入到缓存区

    git commit -m "..." 

    git push

    Git 从远程分支下载文件

    git stash

    git pull 

    git stash pop

    相关文章

      网友评论

          本文标题:Git status add commit push pull

          本文链接:https://www.haomeiwen.com/subject/dtahuctx.html