Skip to content

hwxi/CS392-2025-Spring

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CS392-2025-Spring

For teaching a faster-paced version of CS112

Mirroring this repository

Please create a private repository that mirrors this one and update frequently.

Step 1:

Please clone the class repository:

git clone https://github.com/hwxi/CS392-2025-Spring

Step 2:

Please create a repository of your own. For instance, the following one is created for my own use:

https://github.com/hwxi/CS392-2025-Spring-hwxi

Then please mirror-push the class repo into your own repo:

cd CS392-2025-Spring
git push --mirror https://github.com/hwxi/CS392-2025-Spring-hwxi
git clone https://github.com/hwxi/CS392-2025-Spring-hwxi
cd CS392-2025-Spring-hwxi
git remote add upstream https://hwxi@github.com/hwxi/CS392-2025-Spring.git

Step 3:

Please remember to sync with the class repo frequently:

git fetch upstream
git merge upstream/main main

About

For teaching a faster-paced version of CS112

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •