No description
  • Jupyter Notebook 58.9%
  • Python 41.1%
Find a file
2026-06-03 17:49:16 +02:00
demos Spring clean. 2026-06-03 10:38:30 +02:00
tests Hello tox! 2026-06-03 11:09:18 +02:00
.gitignore Ignoring dist/ dir. 2026-06-03 14:02:28 +02:00
demo.ipynb Demo jupyterlab. 2026-06-03 15:58:48 +02:00
encoding.py On parle d'encodage. 2026-06-03 14:56:42 +02:00
fib.py Hello pyproject.tom; 2026-06-03 10:51:04 +02:00
github.py Demo client API. 2026-06-03 17:49:16 +02:00
isutf8.py On parle d'encodage. 2026-06-03 14:56:42 +02:00
LICENSE Hello pyproject.tom; 2026-06-03 10:51:04 +02:00
pyproject.toml Hello tox! 2026-06-03 11:09:18 +02:00
README.md Commande utiles 2026-06-02 11:31:26 +02:00

Formation Python

Lien pour émarger.

Démo git

  • git init (une seule fois au début du projet)
  • git status (une commande sur deux)
  • git add
  • git commit -m "Un message"
  • git push (publier, envoyer sur github)
  • git pull (rappatrier depuis github)

Si quelqu'un d'autre push

  • Le premier push passe
  • Le 2ème push échoue

Solution :

  • git pull (par défaut ça fait un merge commit)
  • git pull --rebase (pour rebaser votre travail sur le travail du collègue)
  • git push

Commandes utiles

  • git show pour voir un commit
  • git diff pour voir les modifications qui ne sont pas encore commit
  • git log pour lire le journal