/DiSA

Projeto de Informática idk

Primary LanguageTeX

PI

Projeto de Informática idk

How to use

git clone https://github.com/Mycsina/PI.git
cd PI

If there's an error message like:

git@github.com: Permission denied (publickey).
fatal: Could not read from remote repository.

You need to:

How to pull all submodules

The first time you clone the repo, you might need to pull all the submodules:

git submodule update --init --recursive

Every time after that, you can just pull the submodules with:

git pull --recurse-submodules

How to add a new submodule

git submodule add -b <branch> <url>

Please use an ssh url, specially if the repo is private. Otherwise, you'll need to enter your credentials every time you pull the repo.

Plano de Trabalhos

Aqui!

Site Estático

Repo do site

Site