bash history added in Readme.md
This commit is contained in:
parent
8f3a8b9c21
commit
a2b85adf8b
21
Readme.md
21
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
|
||||
|
|
Loading…
Reference in New Issue