Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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 system

Permission:
```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.