diff options
Diffstat (limited to 'alias')
-rw-r--r-- | alias | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -120,6 +120,7 @@ gcg() { | |||
120 | git clone git@github.com:$1/$2.git && cd $(basename $2) | 120 | git clone git@github.com:$1/$2.git && cd $(basename $2) |
121 | } | 121 | } |
122 | alias gls='git log -S' | 122 | alias gls='git log -S' |
123 | alias cdgw='cd .github/workflows' | ||
123 | alias cdgs='cd $(git submodule status | sed "s/^.//" | cut -d" " -f2)' # cd to first submodule | 124 | alias cdgs='cd $(git submodule status | sed "s/^.//" | cut -d" " -f2)' # cd to first submodule |
124 | github_release_asset() { | 125 | github_release_asset() { |
125 | command="upload-github-release-asset.sh\n github_api_token=$(cat ~/settings/tokens/github)\n owner=typebrook\n repo=tig\n tag=LATEST\n filename=$(which tig)\n overwrite=false" | 126 | command="upload-github-release-asset.sh\n github_api_token=$(cat ~/settings/tokens/github)\n owner=typebrook\n repo=tig\n tag=LATEST\n filename=$(which tig)\n overwrite=false" |