会员
周边
捐助
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
langQ
博客园
首页
新随笔
联系
管理
订阅
2024年3月10日
git常用命令
摘要: git常用命令 git status 确认是否有文件变更或新文件的红字显示的文件名。 git add *.txt 有的话,把这些文件用git add命令加上。 git status 在check一下文件的状态,此时文件名变成绿色。 git commit -m "2024/03/10 commit"
阅读全文
posted @ 2024-03-10 18:29 嚯嚯go
阅读(4)
评论(0)
推荐(0)
编辑