随笔分类 -  git

摘要:References: git撤销已经提交到远程服务器的commit 阅读全文
posted @ 2024-08-28 18:21 stitchCat 阅读(9) 评论(0) 推荐(0)
摘要:git concepts Git Commits Git Branches Git Merging Git Rebase HEAD Reversing Changes in Git git concepts Reference: Welcome to Learn Git Branching Git 阅读全文
posted @ 2024-05-21 10:50 stitchCat 阅读(11) 评论(0) 推荐(0)
摘要:Reference: Learn Git Branching 阅读全文
posted @ 2024-05-09 17:39 stitchCat 阅读(7) 评论(0) 推荐(0)
摘要:新建仓库 查看commit的操作日志 添加文件到暂存区(stage) 添加文件到本地仓库 查看已提交的commit 查看工作区(working tree)文件的变化 创建一条分支 切换分支 查看已有分支 合并两条分支 HEAD操作 commit回滚(本地仓库) commit回滚(远程仓库) 给com 阅读全文
posted @ 2024-04-24 17:42 stitchCat 阅读(41) 评论(0) 推荐(0)