diff options
author | Malf Furious <m@lfurio.us> | 2017-09-13 02:05:25 -0400 |
---|---|---|
committer | Malf Furious <m@lfurio.us> | 2017-09-13 02:05:25 -0400 |
commit | b4acf0ac3704124bbb76528beea5656c0239d1cb (patch) | |
tree | d73ef6caafc56828d345c755072da395e77739ab /main.sh | |
parent | cf67abdf0e7c29c69abdcb8e9c2ba995622eeb28 (diff) | |
download | systrunk-b4acf0ac3704124bbb76528beea5656c0239d1cb.tar.gz systrunk-b4acf0ac3704124bbb76528beea5656c0239d1cb.zip |
Add reset op
Diffstat (limited to 'main.sh')
-rw-r--r-- | main.sh | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -43,6 +43,8 @@ function main systr_checkout "$@" elif [[ "$cmd" == "commit" ]]; then systr_commit "$@" + elif [[ "$cmd" == "reset" ]]; then + systr_reset "$@" elif [[ "$cmd" == "tag" ]]; then systr_repo_tag "$@" elif [[ "$cmd" == "shortlog" ]]; then |