Skip to content

Part 3 SQM assignment - Quality Assurance Plan (Flight Reservation System)

License

Notifications You must be signed in to change notification settings

victorng8/G53SQM

Repository files navigation

G53SQM

Part 3 of our SQM assignment - Quality Assurance Plan

Git Instructions : http://www.git-tower.com/blog/git-cheat-sheet-detail/

First timers to project to get total copy:

git clone "<websiteaddress>"

To get updates from github project:

1. Browse to desired directory on cmd
2. >> git pull

Create own branch (to not conflict with main copy):

git branch <new branch>

Adding files to github to existing github project:

1. add the file to same directory you pulled it from
2. >> git checkout <new branch>
3. >> git add . (or git add "filename.txt")
4. >> git commit -m "<updated message>"
5. >> git checkout master
6. >> git merge <new branch>
7. >> git push (input username and password)

Example to use?:

http://ironsummitmedia.github.io/startbootstrap-heroic-features/

About

Part 3 SQM assignment - Quality Assurance Plan (Flight Reservation System)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published