Changes

From SME Server
Jump to navigationJump to search
Line 599: Line 599:  
Only add the required files. Beware of adding common. Should we have a .gitignore for that?
 
Only add the required files. Beware of adding common. Should we have a .gitignore for that?
 
  git add your.modifiedfiles
 
  git add your.modifiedfiles
  git commit -m " My new patch to fix [SME:12345]"
+
  make commit && make tag && make build
git push
  −
make tag; make build
      
Note. If you have made a mistake make sure the builder has completed the build before starting a new one.
 
Note. If you have made a mistake make sure the builder has completed the build before starting a new one.

Navigation menu