From 3b1449dead49dc5ff9eb171e43577b474f4794e1 Mon Sep 17 00:00:00 2001 From: greg Date: Wed, 10 Jan 2024 12:04:48 +0100 Subject: [PATCH] ajout cheatsheet to git --- docs/divers/git/git.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/divers/git/git.md b/docs/divers/git/git.md index 9370be7f..00293ece 100644 --- a/docs/divers/git/git.md +++ b/docs/divers/git/git.md @@ -202,4 +202,8 @@ export PS1="\[\e]0;\u@\h: \w\a\]${debian_chroot:+($debian_chroot)}\[\033[01;32m\ ## Référence -[Documentation GIT](https://git-scm.com/) \ No newline at end of file +[Documentation GIT](https://git-scm.com/) + +## Cheatsheet + +[Cheatsheet GIT](https://git.guide.legaragenumerique.fr) \ No newline at end of file