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
相關文章
相關標籤/搜索