Skip to content

Instantly share code, notes, and snippets.

View jakobottar's full-sized avatar
Makin' Coffee and Ridin' Bikes

Jakob Johnson jakobottar

Makin' Coffee and Ridin' Bikes
View GitHub Profile
@jakobottar
jakobottar / private_fork.md
Last active July 8, 2022 20:18 — forked from 0xjac/private_fork.md
Create a private fork of a public repository

The repository for the assignments is public and Github does not allow the creation of private forks for public repositories.

The offical docs for creating a private fork by duplicating the repo are here.

For this class's assignments the commands are:

  1. Create a bare clone of the repository. (This is temporary and will be removed so just do it wherever.)
    git clone --bare [email protected]:jakobottar/2022fall-image-processing.git