diff options
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | alias | 1 | ||||
-rwxr-xr-x[-rw-r--r--] | scripts/upload-github-release-asset.sh | 0 |
3 files changed, 2 insertions, 0 deletions
@@ -1,2 +1,3 @@ | |||
1 | private/* | 1 | private/* |
2 | log | 2 | log |
3 | tokens/* | ||
@@ -106,6 +106,7 @@ alias tl='tig log' | |||
106 | alias ty='tig stash' | 106 | alias ty='tig stash' |
107 | alias tigr='tig refs' | 107 | alias tigr='tig refs' |
108 | alias get-tig='curl -LO https://github.com/typebrook/tig/releases/download/tig-2.4.1/tig' | 108 | alias get-tig='curl -LO https://github.com/typebrook/tig/releases/download/tig-2.4.1/tig' |
109 | alias upload-tig='upload-github-release-asset.sh github_api_token=$(head -1 $HOME/git/settings/tokens/github-release) owner=typebrook repo=tig tag=tig-2.4.1 filename=$(which tig)' | ||
109 | 110 | ||
110 | # Android | 111 | # Android |
111 | alias debug='./gradlew app:installDebug && adb shell am start -n com.geothings.geobingan/.MainActivity_' | 112 | alias debug='./gradlew app:installDebug && adb shell am start -n com.geothings.geobingan/.MainActivity_' |
diff --git a/scripts/upload-github-release-asset.sh b/scripts/upload-github-release-asset.sh index 206e3cd..206e3cd 100644..100755 --- a/scripts/upload-github-release-asset.sh +++ b/scripts/upload-github-release-asset.sh | |||