随笔分类 -  Git

摘要:https://github.com/521xueweihan/git-tips 阅读全文
posted @ 2022-07-11 16:32 卡卡罗特琪琪 阅读(69) 评论(0) 推荐(0)
摘要:## 本地常用命令 git init ## 创建版本管理 git status ## 查看状态 git add ./ ## 添加到暂存区 git commit -m "" ## 提交到本地仓库 ## 推送到码云常用命令 git remote add [origin] [ip] ## 本地与远程仓库建 阅读全文
posted @ 2022-02-27 15:48 卡卡罗特琪琪 阅读(40) 评论(0) 推荐(0)
摘要:Quick setup — if you’ve done this kind of thing before Set up in DesktoporGet started by creating a new file or uploading an existing file. We recomme 阅读全文
posted @ 2021-02-25 09:46 卡卡罗特琪琪 阅读(394) 评论(0) 推荐(0)