CC's Blog

前端技术博客


  • 首页

  • 标签

  • 分类

  • 归档

  • 关于

git fork 同步

发表于 2023-12-06

场景

自己工程为my,fork的主项目为base

阅读全文 »

git常用命令总结

发表于 2023-11-09

提交代码流程

  1. 从 master 分支开出新分支 feature/example:git checkout -b feature/example
  2. 将此feature分支推送到远端: git push –set-upstream origin feature/example
  3. 查看此分支git状态:git status
    阅读全文 »

plum静电容键盘66键说明书

发表于 2019-08-12

背景

PLUM NIZ 静电容键盘
自从说明书丢了之后
在网上也搜不到相关使用说明了。。
所以把说明贴出来吧

阅读全文 »

Hello World

发表于 2018-08-12

Welcome to Hexo! This is your very first post. Check documentation for more info. If you get any problems when using Hexo, you can find the answer in troubleshooting or you can ask me on GitHub.

Quick Start

Create a new post

1
$ hexo new "My New Post"

More info: Writing

Run server

1
$ hexo server

More info: Server

Generate static files

1
$ hexo generate

More info: Generating

Deploy to remote sites

1
$ hexo deploy

More info: Deployment

<12

14 日志
5 标签
GitHub
© 2024 Circeg
由 Hexo 强力驱动
|
主题 — NexT.Gemini v5.1.4