git is the fast version control system
Now I am studying how to use git
- Here are the commands for common using:
- Use git clone to check out sources. i.e. Download pulseaudio sources:
- Use git status to show your working tree status
- Use git pull to update the codes to the newest version
- Add or edit your file
- Commit your new file
- Push your change to remote repository
- Here is a sample to generate a patch
消灭0评论 :-)
回复删除