x--------x
PUSHING AND UPDATE TO REPO ONCE SAVED:
GET INTO GIT: cd /c/xampp/htdocs/judsonsclocks
1. git status
2. git add (filename) or git add . (for all files)
3. git commit -m "short message goes here"
4. git push
5. git push --set-upstream origin [branch-name] (only if it ...
x--------x
PUSHING AND UPDATE TO REPO ONCE SAVED:
GET INTO GIT: cd /c/xampp/htdocs/judsonsclocks
1. git status
2. git add (filename) or git add . (for all files)
3. git commit -m "short message goes here"
4. git push
5. git push --set-upstream origin [branch-name] (only if it ...
x--------x
PUSHING AND UPDATE TO REPO ONCE SAVED:
1. git status
2. git add (filename) or git add . (for all files)
3. git commit -m "short message goes here"
4. git push
5. git push --set-upstream origin [branch-name] (only if its the first time pushing or you set up a new branc ...