/images/avatar.jpg

BruceW's Blog

Git 学习笔记(简略版)

配置 用户信息 1 2 3 4 5 6 ~$ git config --global user.name Example ~$ git config --global user.email Example@Example.com ### 编辑器 ```bash ~$ git config --global core.editor emacs 基础操作 新建仓库 1 ~/xxx$ git init 拷贝仓库 1 ~$ git clone https://github.com/BruceW-07/brucew-07.github.io.git 跟踪文件 查看仓库状态 1 ~/xxx$ git status

Git 学习笔记(详细版)

原因 最近又开始尝试搭建自己的博客了,还是 github 托管的方案,不过从 Hexo 换成了 Hugo。 上次尝试失败的原因貌似是不知道怎么将博客迁移到其他电脑上(毕竟