Skip to content

csc2018/march-hols

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

23 Commits
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Banner

CSC 2018 March Assignments

✨ CSC Assignments for March Holidays 2018.

Getting Started

  1. Create a GitHub account
  2. Get added to the csc2018 organisation
  3. Press the Fork button on the top right of the GitHub page (here if you're reading this elsewhere) to fork this repository
  4. Now you should see your own copy of the march-hols repository, under your account name.

Using the Fork

  1. Get GitHub desktop here
  2. Follow the installation instructions
  3. Clone your forked repository by going to File > Clone Repository in GitHub Desktop
  4. Select the folder location of your choice to save the repo into
  5. Open the folder on your computer with your code editor and edit the assignment files (in the assignments folder)
  6. You can read the instructions for each assignment on the GitHub repository itself (e.g. here)

Submission

  1. Tick all changed files (in the Changes column on the left) ready for upload in GitHub Desktop (if you don't see your files and its changes, try saving and waiting)
  2. Add a helpful commit message and optional description
  3. Press "Commit to master" to commit your changes
  4. Press Publish/Push origin on the top to upload your code

Updating

  1. Press Pull/Fetch origin at the top of GitHub Desktop to get the updated version of this repo
  2. Resolve any errors using a code editor

For CLI users

# Clone the repository
$ git clone https://github.com/YourUsername/march-hols

# Push your changes
$ git add .
$ git commit -m "Initial commit"
$ git push -u origin master

# Pull latest updates (new assignments)
$ git pull

Code Editors

About

πŸ“ assignments for the march hols

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages