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
			
			
comments powered by Disqus