Changes between Version 102 and Version 103 of FAQ


Ignore:
Timestamp:
Jul 13, 2012, 1:27:46 PM (12 years ago)
Author:
Dimitar Misev
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • FAQ

    v102 v103  
    269269$ git commit file1 file2 ... -m "commit message"
    270270}}}
    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.
     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.
    272272 3. Then you can make the patch, e.g:
    273273{{{