Skip to content
/ US Public
forked from MistyPanda/US

Ultimate Scheduler for the MistyPanda CS330 Project

Notifications You must be signed in to change notification settings

hortonka/US

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

160 Commits
 
 
 
 
 
 

Repository files navigation

Hey Guys. this is the real repo.
for cloning it just type the following command into the command line and it should copy into the current location:

$> git clone https://github.com/MistyPanda/US.git

be careful with spelling and capitals because git is stupid like that. good luck

after forking to set up the upstream to get changes from the master repository first you have to set up a remote to the group repository.
to do this use the command:
$> git remote add upstream https://github.com/MistyPanda/US.git
this will add the remote 'upstream' to your local repository.
then to get changes from the group repo use the command:
$> git fetch upstream
$> git merge upstream/Master
good luck

About

Ultimate Scheduler for the MistyPanda CS330 Project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%