Skip to content

Latest commit

 

History

History
38 lines (31 loc) · 827 Bytes

README.md

File metadata and controls

38 lines (31 loc) · 827 Bytes

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/