From 8adba44e30104d796635844252778ce3c6031cd7 Mon Sep 17 00:00:00 2001 From: bserie Date: Sat, 28 Jan 2017 13:29:26 +0100 Subject: [PATCH] =?UTF-8?q?Ajout=20de=20tig,=20explorateur=20de=20d=C3=A9p?= =?UTF-8?q?=C3=B4t=20GIT=20en=20interface=20ncurses.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- HowtoGit.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/HowtoGit.md b/HowtoGit.md index 27322052..b66a9ede 100644 --- a/HowtoGit.md +++ b/HowtoGit.md @@ -202,12 +202,13 @@ $ git show HEAD~8..HEAD $ git show -p HEAD~8..HEAD ~~~ -On peut voir graphiquement l'historique avec différents outils, par exemple *gitg* ou *gitk* : +On peut voir graphiquement l'historique avec différents outils, par exemple *gitg*, *gitk* ou *tig* : ~~~ -# apt install gitk gitg +# apt install gitk gitg tig $ gitg $ gitk --all +$ tig ~~~ ### Modifier l'historique