Skip to content
This repository has been archived by the owner on Nov 3, 2023. It is now read-only.
/ main2023 Public archive

Pull requests to main only, do not commit directly here.

License

Notifications You must be signed in to change notification settings

Team100/main2023

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

main2023

ARCHIVED

Thanks for the memories 2023.


CI

CI

Pull requests to main only, do not commit directly here.

CI follows these directions.

Branches

it's not really easy to add branches to your fork. if you really need to, you could do the recipe below, but please don't, talk to Joel instead.

$ git remote add upstream https://github.com/team100/main2023.git
$ git remote -v
$ git pull --all
Fetching origin
Fetching upstream
From https://github.com/team100/main2023
 * [new branch]      calgames2023 -> upstream/calgames2023
 * [new branch]      main         -> upstream/main
 * [new tag]         AfterSVR     -> AfterSVR
 * [new tag]         showmode     -> showmode
Already up to date.
$ git checkout -b calgames2023