Changes

Jump to navigation Jump to search
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 add -A (or the infdividual file name)
+
  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)
  git commit -m "Comment as you will"
+
  git commit -m "Comment as you will"  
  git push
+
  git push (upload it)
    
[[Note: In order for the repo to build an rpm sucessfully the smedev/common repo/directory needs to be either on the same directory level or the one above]]
 
[[Note: In order for the repo to build an rpm sucessfully the smedev/common repo/directory needs to be either on the same directory level or the one above]]

Navigation menu