Releases: weakish/gister
Releases · weakish/gister
handle 'Bad credentials' error
export gist to another git repo
v2.4.0 - Add an `export` command to export gist to an existing git repo. - `sync` can also clone repository with https protocol (controlled by an environment variable). - `sync` can auto commit changes if the gist repo is dirty (controlled by an environment variable).
v2.3.0: - New command `check` to report dirty repositories.
- `sync` also sync starred gists. - Use legit to do smart merge if available. - Less verbose output. - Fix a bug regarding gist home path expansion. - Replace Rake with make.
v2.2.0: - sync: skip sync dirty repos, warn instead.
- sync: change UI to report non-modified gist. - update repo/$gist_id/config for deleted gists - Fall back to `grep` if codesearch is not available.
v2.1.2
2.0.3-alpha: Fix a bug that causes `gister` to fail if no token.
- redesign UI
- add init function
- replace
fetch_list()
withfetchall()
, which fetches all your gists. - improve documentation
- add support for Mac OS X and Cygwin
Thanks to wenLiangcan.