adds infomration on tig and git log in the readme.md

This commit is contained in:
vl4dd 2021-04-02 15:46:46 +02:00
parent 47e99436d3
commit dd7268c9f9
3 changed files with 17 additions and 0 deletions

BIN
img/git_log.PNG Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 19 KiB

BIN
img/tig.PNG Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 28 KiB

View File

@ -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
=================================