Skip to content

Commit 6f46d04

Browse files
authored
Merge pull request #77 from unixorn/minor-cleanups
Minor cleanups
2 parents 0b34d09 + 090b996 commit 6f46d04

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

PULL_REQUEST_TEMPLATE.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<!--- What types of changes does your submission introduce? Put an `x` in all the boxes that apply: -->
1010

1111
- [ ] A helper script
12-
- [ ] A link to an external resource like a blog post
12+
- [ ] A link to an external resource like a blog post or video
1313

1414
# Checklist:
1515

@@ -20,5 +20,6 @@
2020
- [ ] Any scripts added use `#!/usr/bin/env interpreter` instead of potentially platform-specific direct paths (`#!/bin/sh` is an ok exception)\
2121
- [ ] Scripts are marked executable
2222
- [ ] I have added a credit line to README.md for the script
23+
- [ ] If there was no author credit in a script added in this PR, I have added one.
2324
- [ ] I have confirmed that the link(s) in my PR are valid.
2425
- [ ] I have read the **CONTRIBUTING** document.

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ If you wrote one of these scripts and want it removed from this collection, plea
3838

3939
### Pre-requisites
4040

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.
4242

4343
### Antigen
4444

@@ -80,7 +80,7 @@ Nothing here actually requires you to use ZSH or zgen, that's just a convenient
8080

8181
If you aren't using any ZSH frameworks, or if you're a `bash` user, do the following steps:
8282

83-
1. git clone this repository
83+
1. `git clone` this repository
8484
2. Add `cloneDirectory/bin` to your `$PATH`.
8585

8686
## Included Scripts
@@ -196,7 +196,7 @@ Here are some helpful aliases for your `~/.gitconfig`
196196

197197
* Kate Hudson maintains the [git flight rules](https://github.com/k88hudson/git-flight-rules) collection of useful git usage tips.
198198

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.
200200

201201
* 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.
202202

@@ -282,5 +282,5 @@ git config --global url."https://github".insteadOf git://github
282282

283283
## Contributing
284284

285-
* 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.
286286
* 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.

git-extra-commands.plugin.zsh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2006-2016 Joseph Block <jpb@apesseekingknowledge.net>
1+
# Copyright 2006-2018 Joseph Block <jpb@apesseekingknowledge.net>
22
#
33
# Licensed under the Apache License, Version 2.0 (the "License");
44
# you may not use this file except in compliance with the License.

0 commit comments

Comments
 (0)