adds infomration on tig and git log in the readme.md
This commit is contained in:
parent
47e99436d3
commit
dd7268c9f9
Binary file not shown.
After Width: | Height: | Size: 19 KiB |
Binary file not shown.
After Width: | Height: | Size: 28 KiB |
17
readme.md
17
readme.md
|
@ -78,6 +78,23 @@ Date: Thu Apr 1 12:11:34 2021 +0200
|
|||
First Commit
|
||||
```
|
||||
|
||||
### tig vs git log --graph
|
||||
|
||||
Tig allows you to browse changes in a Git repository and can additionally act as a pager for output of various Git commands. When used as a pager, it will display input from stdin and colorize it.
|
||||
|
||||
When browsing repositories, Tig uses the underlying Git commands to present the user with various views, such as summarized commit log and showing the commit with the log message, diffstat, and the diff.
|
||||
|
||||
> tig
|
||||
|
||||
## tig
|
||||
![tig](img/tig.PNG)
|
||||
|
||||
> git log --graph
|
||||
|
||||
## git log
|
||||
![git log](img/git_log.PNG)
|
||||
|
||||
|
||||
## SHARE & UPDATE
|
||||
### Retrieving updates from another repository and updating local repos
|
||||
=================================
|
||||
|
|
Loading…
Reference in New Issue