摘要: git常用命令以及与github的结合使用 git中的四个区域 workspace:写和修改代码的地方 index/stage:暂存区,git add [file name]把修改从workspace提交到暂存区 local repository:本地仓库,git commit -m [messag 阅读全文
posted @ 2020-07-09 11:16 ArtistArthur 阅读(28) 评论(0) 推荐(0)