第 9 章 command
上一頁
部分 II. Git – Fast Version Control System
下一頁
Home
|
Mirror
|
Search
第 9 章 command
目錄
1. git-add - Add file contents to the index
2. git-status - Show the working tree status
3. git-commit - Record changes to the repository
4. git-show - Show various types of objects
5. git-checkout - Checkout and switch to a branch
5.1. checkout master
5.2. checkout branch
1. git-add - Add file contents to the index
$ echo 'hello world!!!'> newfile $ git-add newfile
Please enable JavaScript to view the
comments powered by Disqus.
comments powered by
Disqus