Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision Both sides next revision
en:manual:contrib:git_contribution_guide [2022/03/30 23:27]
rachad [Change <user> to your username:]
en:manual:contrib:git_contribution_guide [2022/03/30 23:31]
rachad [Edit, add and remove files]
Line 82: Line 82:
  
 <code bash> <code bash>
-git add file1 file2 +git add .
-git commit -m "Add your commit comment here"+
 </code> </code>
  
 <code bash> <code bash>
-git commit -a -m "Add your commit comment here"+git commit -sam "Add your commit comment here"
 </code> </code>
  
-To push and pull from the team repository make these changes inside team/packages/extra/.git/config  
  
-<note tip>This is used to add all commits, -am might also be used to do both at the same time</note>+ 
 +<note tip>To push and pull from the team repository make these changes inside team/packages/extra/.git/config </note>
  
 ==== This is the config file found in GIT/team/packages/extra/.git Change <user> to your username: ==== ==== This is the config file found in GIT/team/packages/extra/.git Change <user> to your username: ====