Skip to content
This repository has been archived by the owner on Jan 6, 2024. It is now read-only.

Commit

Permalink
Update descriptions
Browse files Browse the repository at this point in the history
  • Loading branch information
MrXyfir committed Mar 24, 2019
1 parent 827513a commit 667b854
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,5 +74,3 @@ Github and git will need to be configured to use SSH and the appropriate credent
The gist will be cloned to and deleted from the current working directory. Meaning, don't keep a local copy of your gist in the same directory you run `gist-mirror` from because it'll be deleted.

Due to gists not having folders, if your glob patterns match multiple files with the same name in different directories, the last one found will be used.

If a file is not in the `files` config array but it exists in the gist, it will not be removed.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "gist-mirror",
"version": "1.0.0",
"description": "Mirror files or directories in a Github repo to a gist.",
"description": "Mirror files from a local repository to a Github gist.",
"main": "dist/gist-mirror.js",
"bin": {
"gist-mirror": "dist/gist-mirror.js"
Expand Down

0 comments on commit 667b854

Please sign in to comment.