Est-il possible d'ouvrir un fichier dans une branche git sans vérifier cette branche? Comment?
Essentiellement, je veux pouvoir ouvrir un fichier dans ma branche de pages github sans changer de branche tout le temps. Je ne veux pas le modifier, je veux juste le voir.
git show a1b35:./file.txt
pour utiliser des chemins relatifs.
git diff <other_branch> <path>
git show
: stackoverflow.com/questions/610208/… et stackoverflow.com/questions/2364147/…