From fb6be30bd3e331c6ff06abacc4fce0d12001dcea Mon Sep 17 00:00:00 2001 From: Wenxuan Date: Thu, 9 Apr 2020 11:42:05 +0800 Subject: [PATCH] Updated Examples (markdown) --- Examples.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Examples.md b/Examples.md index e9e8d40..d62009f 100644 --- a/Examples.md +++ b/Examples.md @@ -639,7 +639,7 @@ 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`). +The shell plugin [`forgit`](https://github.com/wfxr/forgit) implemented the frequently used commands with some improves(support `bash`, `zsh` and `fish`). ![forgit-ga](https://raw.githubusercontent.com/wfxr/i/master/forgit-ga.png)