https://github.com/juliendelplanque/shell-scripts
A collection of shell scripts I use.
https://github.com/juliendelplanque/shell-scripts
Last synced: 7 days ago
JSON representation
A collection of shell scripts I use.
- Host: GitHub
- URL: https://github.com/juliendelplanque/shell-scripts
- Owner: juliendelplanque
- License: mit
- Created: 2019-02-26T14:48:27.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-01-02T21:57:31.000Z (over 5 years ago)
- Last Synced: 2025-04-07T16:50:33.296Z (3 months ago)
- Language: Shell
- Size: 16.6 KB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# shell-scripts
A collection of shell scripts I use.## update_floating_tags
Show tags to update if you create v2.1.1 release.
```
./update_floating_tags.sh show "v2.1.1"
```Generate git command to update floating tags and prints them to stdout.
```
update_floating_tags.sh generate "v2.1.1" origin
```