voir les différences entre le working repository et la branche "nom_de_la_branche" située sur le repository distant: git diff --stat --cached origin/[nom_de_la_branche]
voir les fichiers restant à push sur une branch git diff --stat --cached origin/[nom_de_la_branche]
30 astuces git https://delicious-insights.com/fr/articles/30-options-git-qui-gagnent-a-etre-connues/#caler-l-upstream-la-vol-e-avec-u
récupérer le fichier "" sur la branche du repo distant et le mettre en staging