Skip to content

software-engineering-amsterdam/ST2018_WG_8

Repository files navigation

ST2018_WG_8

Upload your local folder as follows:

  1. cd to/your/directory/with/your/name/folder (something like SSVT, where SSVT contains a folder "Henk", don't go into Henk!)

  2. setup your github identity

git config --global user.name "John Doe" git config --global user.email johndoe@example.com

  1. Initialize git folder:

git init

  1. Add your files(Folder):

git add .

git commit -m "Your initial commit message"

  1. Setup the remote origin:

git remote add origin git@github.com:software-engineering-amsterdam/ST2018_WG_8.git

  1. Push your files:

git push origin master

  1. Every other time you make changes use: git add . git commit -m "Message" git push

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published