Skip to content

CroydonLibraryCodeClub/StudentFiles

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A place for student files

This repository is intended to be cloned on each student machine. Each student can then have their own folder and have it cloned to every other machine at the library.

To see which local files have changed and need uploading, navigate to StudentFiles and enter:

git status

To commit a new file, you first need to track the changes. So if you want to track StudentName/main.py enter:

git add StudentName/main.py

To commit a newly tracked file, or a modified file:

git commit -m "new/changed file from StudentName"

To send commits to the server:

git push

To get changes from the server, enter:

git pull

Releases

No releases published

Packages

No packages published

Languages

  • HTML 51.6%
  • ShaderLab 20.2%
  • JavaScript 17.9%
  • HLSL 3.5%
  • CSS 3.4%
  • Python 1.9%
  • Other 1.5%