Skip to content

thomasstr/School

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 

Repository files navigation

School

Initial set-up

git clone https://github.com/thomasstr/School.git
cd School

You´ll want to add a remote called upstream pointing to the canonical repository. This will allow you to easily keep your local master up-to-date.

git remote add upstream git://github.com/thomasstr/School.git

Keeping everything up-to-date

Assuming you already have master checked out, run:

git fetch upstream
git merge --ff-only upstream/master

Compiling pg3400-12 files from source

Example:

gcc -Wall -Werror -std=c99 -o varargs_ex_2 varargs_ex_2.c

Releases

No releases published

Packages

No packages published