From 218a3e665959fd077a48226522250571582d3c04 Mon Sep 17 00:00:00 2001 From: Michael Anckaert Date: Tue, 8 May 2018 14:44:32 +0200 Subject: [PATCH 1/3] Added README file for git plugin --- plugins/git/README.md | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 plugins/git/README.md diff --git a/plugins/git/README.md b/plugins/git/README.md new file mode 100644 index 0000000..77f4a2c --- /dev/null +++ b/plugins/git/README.md @@ -0,0 +1,3 @@ +# Git Plugin + +The git plugin defines a number of useful aliases for you. [Consule the complete list](/ohmybash/oh-my-bash/blob/master/plugins/git/git.plugin.sh#L34) From ff3043ad1fa958931b2998ca2acb3f675e50d7db Mon Sep 17 00:00:00 2001 From: Michael Anckaert Date: Tue, 8 May 2018 14:46:48 +0200 Subject: [PATCH 2/3] Fixed typo in link --- plugins/git/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/git/README.md b/plugins/git/README.md index 77f4a2c..dc9e1fc 100644 --- a/plugins/git/README.md +++ b/plugins/git/README.md @@ -1,3 +1,3 @@ # Git Plugin -The git plugin defines a number of useful aliases for you. [Consule the complete list](/ohmybash/oh-my-bash/blob/master/plugins/git/git.plugin.sh#L34) +The git plugin defines a number of useful aliases for you. [Consult the complete list](plugins/git/git.plugin.sh#L34) From b69809da3f32dac843af382509a6c7201ae0f622 Mon Sep 17 00:00:00 2001 From: Michael Anckaert Date: Tue, 8 May 2018 14:47:37 +0200 Subject: [PATCH 3/3] Fixed typo in link --- plugins/git/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/git/README.md b/plugins/git/README.md index dc9e1fc..ce43db2 100644 --- a/plugins/git/README.md +++ b/plugins/git/README.md @@ -1,3 +1,3 @@ # Git Plugin -The git plugin defines a number of useful aliases for you. [Consult the complete list](plugins/git/git.plugin.sh#L34) +The git plugin defines a number of useful aliases for you. [Consult the complete list](git.plugin.sh#L34)