diff --git a/img/git_log.PNG b/img/git_log.PNG new file mode 100644 index 0000000..e694ac7 Binary files /dev/null and b/img/git_log.PNG differ diff --git a/img/tig.PNG b/img/tig.PNG new file mode 100644 index 0000000..612470f Binary files /dev/null and b/img/tig.PNG differ diff --git a/readme.md b/readme.md index b521985..616da35 100644 --- a/readme.md +++ b/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 =================================