Changes

Jump to navigation Jump to search
Line 14: Line 14:  
  git add -A
 
  git add -A
 
  git commit -m "Message of commit"
 
  git commit -m "Message of commit"
 +
git commit -am "Message"  # add and commit in one line
 
  git push origin master
 
  git push origin master
  

Navigation menu