diff options
| -rwxr-xr-x | gist | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -559,7 +559,7 @@ _push_to_remote() { | |||
| 559 | git add . && git commit -m 'update' | 559 | git add . && git commit -m 'update' |
| 560 | fi | 560 | fi |
| 561 | if [[ -n $(git cherry) ]]; then | 561 | if [[ -n $(git cherry) ]]; then |
| 562 | git push origin master | 562 | git push origin master && _fetch_gists |
| 563 | fi | 563 | fi |
| 564 | } | 564 | } |
| 565 | 565 | ||