Skip to content

LinusSharp/reverse-captcha

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

840 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Reverse Captcha!

Reverse Captcha is the second year group project for team 35 at the University of Nottingham, working with industry sponsor Unidays. Reverse Captcha is...

todo! finish writing the readme

How to use this repo for 2nd year computer science students

YOU WILL NEED TO CHANGE THE PARTS IN SQUARE BRACKETS

This will download the repository into a new folder called [NAME_OF_FOLDER]

git clone https://projects.cs.nott.ac.uk/comp2002/2023-2024/team35_project.git [NAME_OF_FOLDER]
cd [NAME_OF_FOLDER]

This will tell git what user credentials to use when committing and pushing.

git config --local user.name "[ENTER YOUR NAME]" # for example "Owen Seary"
git config --local user.email "[YOUR UNI USERNAME]@exmail.nottingham.ac.uk" # for example "psyos8@exmail.nottingham.ac.uk"

This will store your username and password so that you don't have to keep inputting them

git config --local credential.helper store
git pull

The main branch is protected, so you won't be able to push to it directly.

git checkout dev

Rules of the Repo

  1. Thou shalt not commit your API keys into the git repository
  2. The git commit message shall not be empty
  3. Thou shalt not use --force
  4. Thou shalt not leave <<<<<<< HEAD in a merge
  5. Commit little and often

I will be following this, and recommend the rest of you do the same (it is the instructions given for COMP1003).

About

Group Project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors