Skip to content

Latest commit

 

History

4 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 

Repository files navigation

hello-github

这是我(Taosheng777)的第一个 GitHub 仓库 🎉

关于我

  • 医学背景,目前在学 AI / Agent 蜂群相关技术栈
  • 用 Claude Code 学习 Git & GitHub

这个仓库做什么

练手用,不做具体项目。后续会用它练习:

  • commit 基础操作(2026-06-02 学会了!)
  • branch / merge 基础操作
  • 在 GitHub 网页上发起 Pull Request
  • 用 GitHub Issues 管理任务
  • 协作流程(fork、clone)

创建过程

由 Claude Code 引导,从零完成:

  1. 本地 git init + 首次 commit
  2. gh repo create 在 GitHub 远程同步建仓
  3. git push 推送到 GitHub

Git 常用命令速查

命令 作用
git status 看当前有什么改动
git diff 看具体改了哪几个字
git add <文件> 把改动放进暂存区
git commit -m "说明" 封存这次改动
git push 推送到 GitHub
git pull 从 GitHub 拉取最新版
git log --oneline 查看提交历史
git branch 查看所有分支
git switch -c <名字> 创建并切换到新分支
git switch <名字> 切换到已有分支
git merge <名字> 把某分支合并进当前分支

About

我的第一个 GitHub 仓库,由 Claude Code 引导创建

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors