Horje
how to Add new commit to the existing Git tag Code Example
how to Add new commit to the existing Git tag
# Create a new branch from tag v1.1
git checkout -b newbranch v1.1

# Do some work and commit it

# Create a new tag from your work
git tag -a -m "Tag version 1.1.1, a bugfix release" v1.1.1




Shell

Related
how to copy my pub ssh key to server linux Code Example how to copy my pub ssh key to server linux Code Example
ubuntu change /etc/resolv.conf Code Example ubuntu change /etc/resolv.conf Code Example
npm audit undu Code Example npm audit undu Code Example
git alias - multiple commands Code Example git alias - multiple commands Code Example
git rename remote Code Example git rename remote Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
13