Skip to content

A repository for saving textbooks, slides, and codes of my lectures.

Notifications You must be signed in to change notification settings

felipealencar/courses

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

courses - prof. felipe alencar

A repository for saving textbooks, slides, and codes of my lectures @ IFAL - Campus Arapiraca.

The repository is branch-based, so, for example, if you want to use sources from the PHP Basics course, you need to switch to its branch: https://github.com/felipealencar/courses/tree/php-basic.

cloning specific branch

As this repository is branch-based, each course has its branch.

command

git clone -b <branch-name> [email protected]:felipealencar/courses.git

example

If you're a PHP Basic course's student, you can clone its branch using the following command:

git clone -b php-basic [email protected]:felipealencar/courses.git

gitpod support

Each branch has its .gp directory (in progress) with a Dockerfile environment definition considering the programming language and libraries used in such branch-related course.

students and contributors

@Manuel-Antunes

About

A repository for saving textbooks, slides, and codes of my lectures.

Resources

Stars

Watchers

Forks

Releases

No releases published