diff options
| author | typebrook <typebrook@gmail.com> | 2020-03-29 23:39:24 +0800 |
|---|---|---|
| committer | typebrook <typebrook@gmail.com> | 2020-03-29 23:39:24 +0800 |
| commit | 5385aef791efe982b562fd7eac3d17a60da45f8a (patch) | |
| tree | 941e1f064216f1a7bc7bbd84c90e990127edb961 /tools/misc | |
| parent | 5bef750938b17adaf8a89e3e6c110a7480848832 (diff) | |
update
Diffstat (limited to 'tools/misc')
| -rwxr-xr-x | tools/misc/sync-gist.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/misc/sync-gist.sh b/tools/misc/sync-gist.sh index 54fa4fe..1208fe2 100755 --- a/tools/misc/sync-gist.sh +++ b/tools/misc/sync-gist.sh | |||
| @@ -16,3 +16,6 @@ while read -r commit; do | |||
| 16 | git add gist/gist && git commit -m "$message" | 16 | git add gist/gist && git commit -m "$message" |
| 17 | done | 17 | done |
| 18 | 18 | ||
| 19 | cd $repo | ||
| 20 | git checkout master | ||
| 21 | |||