# git 命令学习 **Published by:** [alanwang](https://paragraph.com/@alanwang/) **Published on:** 2023-05-27 **URL:** https://paragraph.com/@alanwang/git ## Content git init 初始化仓库 之后ls -al 能看到隐藏目录 .git gitstatus 查看当前状态git add README.mdgit commit -m ‘init‘ 提交一步提交,越过add查看当前分支创建分支 git checkout -b feature/installation ## Publication Information - [alanwang](https://paragraph.com/@alanwang/): Publication homepage - [All Posts](https://paragraph.com/@alanwang/): More posts from this publication - [RSS Feed](https://api.paragraph.com/blogs/rss/@alanwang): Subscribe to updates