Skip to content

SCA6/sca6_website

Repository files navigation

sca6_website

sca6 website
To locally work on web site clone using git
git clone --single-branch --branch develop https://github.com/SCA6/sca6_website/
then edit documents in Visual Studio, notepad or whatever
then in command line at root of site (like c:\github\sca6_website), type git status to get list of updated files
then add the files to local repo using git add filename (or git add *)
then commit with comment using git commit -m "updated readme file"
the push to git in cloud using git push
now, you should see your updates on the internet at https://github.com/SCA6/sca6_website/tree/develop
first when working on a new update always remember to do a git pull
next create a pull request (PR) from dev to master