Skip to content

SACGF/2026_prac_4_github_advanced

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

92 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

2025 - Practical - GitHub repositories

Branches

This repository has 2 branches:

  • main - the default branch, where new development occurs. All changes go into here
  • stable - a locked down branch for a critical system, the only updates are high severity bug fixes

Data files

The "data" and "doc" directories contains files that correspond to your student number

You should ONLY work on the files assigned to you.

Simulated errors

These files have had simulated errors created them, there are two types:

Insertion Severity
XXXXXXX High
lower_case_word -> UPPER_CASE_WORD Low

There are a maximum of 3 types of each error in each file.

Testing / Marking

There's a script (./bin/detect_differences.sh) that we'll use to check whether the files match what we expect.

Feel free to use it to check your work. Run the diff lines against your files (removing the redirect to /dev/null) to see what needs to change

About

Practical for May 25 2026

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Shell 65.7%
  • Python 34.3%