Skip to content

jlam732/msci444

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

msci444

IT Ticketing System

  1. If at home, follow steps here

Website

To clone this repository:

  • git clone [email protected]:jlam732/msci444.git
  • follow a tutorial to get github working on computer

To work on stuff:

  1. in your own repo folder
  2. do some work
  3. git status (to see what things you did)
  4. git diff (to see what changes you made)
  5. make changes if you didn't expect what you saw (use git checkout -- <filename> to revert to old version)
  6. git add <filename> to stage file for committing
  7. git commit -m '<msg>' to commit to repo with message that we know what you're doing
  8. git pull to get all the latest changes
  9. if merge changes, fix them (google how) and then commit a merge (using git commit)
  10. git push when you're done (ONLY git push after you've pulled)
  11. Login to the box
  12. git pull in ~/public_html (use pwd to figure out where you are)
  13. Look at changes on website (may need to CTRL-F5 force refresh)

About

IT Ticketing System

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •