Comment récupérer le contenu d’un fichier d’une autre branche avec GIT ?
Posté le ven. 20 mars 2015
Il suffit d’utiliser git show.
La commande :
git show branch_name:filename
Exemple :
git show reset_password:/templates/reset_password.tmpl
Posté le ven. 20 mars 2015
Il suffit d’utiliser git show.
La commande :
git show branch_name:filename
Exemple :
git show reset_password:/templates/reset_password.tmpl