Changes between Version 102 and Version 103 of FAQ
- Timestamp:
- Jul 13, 2012, 1:27:46 PM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
FAQ
v102 v103 269 269 $ git commit file1 file2 ... -m "commit message" 270 270 }}} 271 It's best to alwaysspecify exactly the files that you want to commit, instead of committing everything with the `-a` option, so that you avoid submitting unnecessary changes in your patch.271 It's best to '''always''' specify exactly the files that you want to commit, instead of committing everything with the `-a` option, so that you avoid submitting unnecessary changes in your patch. 272 272 3. Then you can make the patch, e.g: 273 273 {{{