Changes

Jump to navigation Jump 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)
Line 45: Line 46:  
  git push (upload it)
 
  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 ones above (up to 2 levels up I think)]]
       
[[Category:Howto Developer]]
 
[[Category:Howto Developer]]
371

edits

Navigation menu