You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -38,7 +38,7 @@ If you wrote one of these scripts and want it removed from this collection, plea
38
38
39
39
### Pre-requisites
40
40
41
-
A relatively recent version of `git`. The version of `git` Apple includes in macOS is very stale. You should really `brew install git` to get the current version if you're on macOS.
41
+
A relatively recent version of `git`. The version of `git` Apple includes in macOS is very stale. You should really `brew install git` to get the current version if you're on macOS - if not for features, for security updates.
42
42
43
43
### Antigen
44
44
@@ -80,7 +80,7 @@ Nothing here actually requires you to use ZSH or zgen, that's just a convenient
80
80
81
81
If you aren't using any ZSH frameworks, or if you're a `bash` user, do the following steps:
82
82
83
-
1. git clone this repository
83
+
1.`git clone` this repository
84
84
2. Add `cloneDirectory/bin` to your `$PATH`.
85
85
86
86
## Included Scripts
@@ -196,7 +196,7 @@ Here are some helpful aliases for your `~/.gitconfig`
196
196
197
197
* Kate Hudson maintains the [git flight rules](https://github.com/k88hudson/git-flight-rules) collection of useful git usage tips.
198
198
199
-
*[git-tips/tips](https://github.com/git-tips/tips) is a collection of git tips
199
+
*[git-tips/tips](https://github.com/git-tips/tips) is a collection of git tips.
200
200
201
201
* Christian Neukirchen wrote a great blog post, [A Grab Bag of Git Tricks](http://chneukirchen.org/blog/archive/2013/01/a-grab-bag-of-git-tricks.html) on git that is the source for several scripts in this collection.
* Please include an entry in the credits section of README.md for any scripts in your PRs so authors get their work credited correctly.
285
+
* Please include an entry both in the credits section of README.md for any scripts and a credit comment in the script itself in your PRs so authors get their work credited correctly.
286
286
* Please use `#!/usr/bin/env interpreter` instead of a direct path to the interpreter, this makes it easier for people to use more recent versions when the ones packaged with their OS (macOS and CentOS, I'm looking at you!) are stale.
0 commit comments