Git Notebook Init project git init 初始化项目 Check status git status 检查工程状态 track file git add . commit file git commit -m 'comment' fix a bug add a feature Add repo at github git remote add origin https://github.com/ChenlingLu/git_lab.git github desktop It is stupid add a branch