Git常用命令笔记

Scenario 1: Committing Files Create a repository : git init View git status : git status Add files to the staging area : git add hello-world.js Commit the staged file : git commit -m "Changes about he
相关文章
相关标签/搜索