From a2b85adf8b452ba852ee8db779d2456acff76aa5 Mon Sep 17 00:00:00 2001 From: vl4dd Date: Thu, 1 Apr 2021 13:40:03 +0200 Subject: [PATCH] bash history added in Readme.md --- Readme.md | 21 ++++++++++++++++++++- 1 file changed, 20 insertions(+), 1 deletion(-) diff --git a/Readme.md b/Readme.md index 471e501..e2a9418 100644 --- a/Readme.md +++ b/Readme.md @@ -68,7 +68,26 @@ Date: Thu Apr 1 12:11:34 2021 +0200 First Commit ``` - +### History +`bash +history + 1 git init + 2 git status + 3 git add Readme.md image.jpg + 4 git status + 5 git commit -m "First Commit" + 6 git config --global user.name vl4dd + 7 git config --global user.email ticus@kraland.net + 8 git commit -m "First Commit" + 9 git status + 10 git log + 11 git commit -m "Second commit" + 12 git add Readme.md + 13 git commit -m "Second commit" + 14 git log + 15 history +sudo +` Checker le satus > git status