quick-file-transfer 0.10.2

Transfer files quickly, safely, and painlessly between hosts on a local network
Documentation
1
2
3
4
5
6
7
8
9

# Pushes HEAD + latest tag atomically
[group("Git"), no-exit-message]
atomic-push-with-tags BRANCH=`git branch --show-current` TAG=`git describe --tags --abbrev=0`:
    git push --atomic origin {{BRANCH}} {{TAG}}

[group("Git"), no-exit-message]
annotated-tag-version VERSION MSG:
    git tag -a {{VERSION}} -m "{{MSG}}"