Project Page - sophialiu3275/software_project GitHub Wiki
Project description
It was based on learning how to use the basic functions of github. We tested the following functions: --1. created a "hello world" application in ecilpse --2. modified the application in ecilpse then upload it to github --3. created a new branch --4. merged 2 branches
and so on by using the following commands: --git clone urlAddress --git add . --git pull origin master --git push origin master --git commit -m "message" --git branch --git checkout nameOfBranch