Skip to content

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.

License

Notifications You must be signed in to change notification settings

yanbrasiliano/gitflow-tagging-script

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

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:

sudo chmod +x commit.sh

Usage:

./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.

About

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.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages