Changes

From SME Server
Jump to navigationJump to search
add git pull
Line 40: Line 40:  
As you edit your repo, then remember to follow the git sequence of:
 
As you edit your repo, then remember to follow the git sequence of:
    +
git pull (to make sure it's at the latest in the repo)
 
  git add -A (or the individual file name(s))
 
  git add -A (or the individual file name(s))
 
  git status (to check you are only saving what you want)
 
  git status (to check you are only saving what you want)
371

edits

Navigation menu