From 711a5e57270309fcb300f775c3f9a9c2ae7491f9 Mon Sep 17 00:00:00 2001 From: Wenxuan Date: Fri, 26 Jul 2019 11:17:14 +0800 Subject: [PATCH] Add screenshots for git commands. --- Examples.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/Examples.md b/Examples.md index 79a5541..b2faa22 100644 --- a/Examples.md +++ b/Examples.md @@ -586,6 +586,17 @@ git rebase -i master --autosquash [Article on fixup and autosquash](https://fle.github.io/git-tip-keep-your-branch-clean-with-fixup-and-autosquash.html). + +The shell plugin [`forgit`](https://github.com/wfxr/forgit) implemented most of the commands above (with some improves and tweaks, for both `bash` and `zsh`). + +![forgit-ga](https://raw.githubusercontent.com/wfxr/i/master/forgit-ga.png) + +![forgit-glo](https://raw.githubusercontent.com/wfxr/i/master/forgit-glo.png) + +![forgit-gi](https://raw.githubusercontent.com/wfxr/i/master/forgit-gi.png) + + + ### JRNL Suggested by [@windisch](https://github.com/windisch). Only tested under zsh.