diff --git a/README.md b/README.md index 0f38d23..b646025 100644 --- a/README.md +++ b/README.md @@ -26,6 +26,7 @@ Right now you CAN: - Stash and pop stash. - Checkout a commit (detached HEAD). - View changes/diff in images (side to side comparison). +- Force push. Right now you CAN'T: @@ -33,7 +34,6 @@ Right now you CAN'T: - Manage remotes. - Remove branches from remote. - Remove tags from remote. -- Force push. - Side by side diff in text files. - Start a new local repository. - View stashes in the log tree. @@ -59,7 +59,10 @@ Note: Requires minimum JDK 16. Feel free to open issues for bugs or sugestions. -## Screenshots (latest update: 04 jan 2022) +## Screenshots (latest update: 01 feb 2022) ![Example 1](/res/img/gitnuro_example_1.png) ![Example 2](/res/img/gitnuro_example_2.png) ![Example 3](/res/img/gitnuro_example_3.png) +![Example 4](/res/img/gitnuro_example_4.png) +![Example 5](/res/img/gitnuro_example_5.png) +![Example 6](/res/img/gitnuro_example_6.png) diff --git a/res/img/gitnuro_example_1.png b/res/img/gitnuro_example_1.png index 4664a34..2180644 100644 Binary files a/res/img/gitnuro_example_1.png and b/res/img/gitnuro_example_1.png differ diff --git a/res/img/gitnuro_example_2.png b/res/img/gitnuro_example_2.png index 1f25379..93e3051 100644 Binary files a/res/img/gitnuro_example_2.png and b/res/img/gitnuro_example_2.png differ diff --git a/res/img/gitnuro_example_3.png b/res/img/gitnuro_example_3.png index 77b974b..35f0daa 100644 Binary files a/res/img/gitnuro_example_3.png and b/res/img/gitnuro_example_3.png differ diff --git a/res/img/gitnuro_example_4.png b/res/img/gitnuro_example_4.png new file mode 100644 index 0000000..8a0b51c Binary files /dev/null and b/res/img/gitnuro_example_4.png differ diff --git a/res/img/gitnuro_example_5.png b/res/img/gitnuro_example_5.png new file mode 100644 index 0000000..910041c Binary files /dev/null and b/res/img/gitnuro_example_5.png differ diff --git a/res/img/gitnuro_example_6.png b/res/img/gitnuro_example_6.png new file mode 100644 index 0000000..13096a8 Binary files /dev/null and b/res/img/gitnuro_example_6.png differ