github命令

初始化:git init

将所有代码提交到暂存区:git add -A

将暂存区文件提交到仓库:git commit -m “注释”

查看历史:git log --stat

posted @ 2025-02-18 21:27  连师傅只会helloword  阅读(10)  评论(0)    收藏  举报