Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yanbrasiliano/gitflow-tagging-script
This script automates the following tasks in a Git workflow: adding files to the staging area, committing changes with a message, pushing updates to a specified remote repository, and creating a new tag for the latest commit.
https://github.com/yanbrasiliano/gitflow-tagging-script
gitflow gitflow-workflow shell-script
Last synced: 13 days ago
JSON representation
This script automates the following tasks in a Git workflow: adding files to the staging area, committing changes with a message, pushing updates to a specified remote repository, and creating a new tag for the latest commit.
- Host: GitHub
- URL: https://github.com/yanbrasiliano/gitflow-tagging-script
- Owner: yanbrasiliano
- License: mit
- Created: 2023-04-20T12:44:38.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-04-25T13:20:47.000Z (over 1 year ago)
- Last Synced: 2024-11-07T15:38:14.647Z (2 months ago)
- Topics: gitflow, gitflow-workflow, shell-script
- Language: Shell
- Homepage:
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Git Tagging Script
This script automates the process of adding files to staging, committing changes, pushing changes to remote, and creating a new tag.
The script will prompt you for a commit message and tag name, and will create a new tag with the given name and message.## Prerequisites
. Git must be installed on your system and you must be in a Git repository
. Bash shell must be installed on your systemPermission:
```sh
sudo chmod +x commit.sh
```
Usage:
```sh
./commit.sh
```
## Notes
. The script will show you the last tag created before prompting you for a new tag name and message.
## License
This script is licensed under the MIT License.