Changes between Version 24 and Version 25 of WorkingGuideLines


Ignore:
Timestamp:
09/10/14 09:19:18 (10 years ago)
Author:
slavazanko
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WorkingGuideLines

    v24 v25  
    5050Add changes and commit: 
    5151{{{ 
    52   $ git commit file.1 file.2 file.3    // commit changes 
    53   $ git-publish-branch                 // pub branch 
     52  $ git add file.1 file.2 file.3          // add files to commit  
     53  $ git commit -s                         // commit changes 
     54  $ git-push -u origin 123_branch_name    // pub branch 
    5455}}} 
    5556