Skip to content

scripts to work with assignments submitted as git repositories

License

Notifications You must be signed in to change notification settings

rambasnet/gitassignments

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

git assignments

script to work with course assignments as git repositories

Using this script

  1. create a list of repositiories for each class in username/Repo-Name format

  2. save the file inside the course folder

  3. download gitrepos.sh script somewhere inside your semester folder e.g., Fall2019

    • folder structure:
    • Fall2019/gitrepos.sh
    • Fall2009/00P/repos.txt # list of repositories /<repo_name> in OOP course
  4. to clone all the repositories run:

$ bash gitrepos.sh clone OOP/repos.txt 
  • the script will create a folder called grading inside the course folder
  • e.g., OOP/grading
  1. to pull new submissions run:
$ ./gitrepos.sh pull OOP/grading

About

scripts to work with assignments submitted as git repositories

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages