No description
- Jupyter Notebook 58.9%
- Python 41.1%
| demos | ||
| tests | ||
| .gitignore | ||
| demo.ipynb | ||
| encoding.py | ||
| fib.py | ||
| github.py | ||
| isutf8.py | ||
| LICENSE | ||
| pyproject.toml | ||
| README.md | ||
Formation Python
Démo git
git init(une seule fois au début du projet)git status(une commande sur deux)git addgit 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 showpour voir un commitgit diffpour voir les modifications qui ne sont pas encore commitgit logpour lire le journal