Skip to content

Commit

Permalink
doc about marking deleted gist
Browse files Browse the repository at this point in the history
fix #7
  • Loading branch information
weakish committed Nov 9, 2013
1 parent bb0fdb8 commit a7fd76c
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ Hint: `gister` will pass all arguments to gist as `gist -c -o -d description ...

If you've edited your gists at `gist.github.com` or local machine, without pull/push changesets, you can sync all your gists via `gister sync`.

If you've deleted your gists at `gist.github.com`, after `gister sync`, the directories of deleted gists at your local machine will be marked with a prefix `_`.

### search

Expand All @@ -99,6 +100,9 @@ Storage
|-- gists.list # a list of all your gists (including meta info)
|-- repo # git repositories of your gists
|-- tree # working directory of your gist repositories
|-- 123456 # an example of gist
|-- _123567890 # an example of gist which you have deleted on gist.github.com
|-- ...
`-- .csearchindex # code search index


Expand Down
6 changes: 6 additions & 0 deletions man/gister.1
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,9 @@ Hint: \fBgister\fR will pass all arguments to gist as \fBgist \-c \-o \-d descri
.P
If you\'ve edited your gists at \fBgist\.github\.com\fR or local machine, without pull/push changesets, you can sync all your gists via \fBgister sync\fR\.
.
.P
If you\'ve deleted your gists at \fBgist\.github\.com\fR, after \fBgister sync\fR, the directories of deleted gists at your local machine will be marked with a prefix \fB_\fR\.
.
.SS "search"
Search all of your gists:
.
Expand Down Expand Up @@ -134,6 +137,9 @@ gister migrate
|\-\- gists\.list # a list of all your gists (including meta info)
|\-\- repo # git repositories of your gists
|\-\- tree # working directory of your gist repositories
|\-\- 123456 # an example of gist
|\-\- _123567890 # an example of gist which you have deleted on gist\.github\.com
|\-\- \.\.\.
`\-\- \.csearchindex # code search index
.
.fi
Expand Down
5 changes: 5 additions & 0 deletions man/gister.1.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions man/gister.1.ronn
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,8 @@ Hint: `gister` will pass all arguments to gist as `gist -c -o -d description ...

If you've edited your gists at `gist.github.com` or local machine, without pull/push changesets, you can sync all your gists via `gister sync`.

If you've deleted your gists at `gist.github.com`, after `gister sync`, the directories of deleted gists at your local machine will be marked with a prefix `_`.

### search

Search all of your gists:
Expand All @@ -85,10 +87,14 @@ If you have used `gister <1.0.0`, then you need to run this command to migrate:
STORAGE
-------


/path/to/your/gists
|-- gists.list # a list of all your gists (including meta info)
|-- repo # git repositories of your gists
|-- tree # working directory of your gist repositories
|-- 123456 # an example of gist
|-- _123567890 # an example of gist which you have deleted on gist.github.com
|-- ...
`-- .csearchindex # code search index


Expand Down

0 comments on commit a7fd76c

Please sign in to comment.