EnglishFrenchSpanish

OnWorks favicon

git-rename-tag - Online in the Cloud

Run git-rename-tag in OnWorks free hosting provider over Ubuntu Online, Fedora Online, Windows online emulator or MAC OS online emulator

This is the command git-rename-tag that can be run in the OnWorks free hosting provider using one of our multiple free online workstations such as Ubuntu Online, Fedora Online, Windows online emulator or MAC OS online emulator

PROGRAM:

NAME


git-rename-tag - Rename a tag

SYNOPSIS


git-rename-tag <old-tag-name> <new-tag-name>

DESCRIPTION


Rename a tag (locally and remotely)

OPTIONS


<old-tag-name>

The name of the tag you want to rename.

<new-tag-name>

The new name of the tag.

EXAMPLES


$ git tag test
$ git push --tags
Total 0 (delta 0), reused 0 (delta 0)
To [email protected]:myuser/myrepository.git
* [new tag] test -> test
$ git tag
test
$ git rename-tag test test2
Deleted tag ´test´ (was 1111111)
Total 0 (delta 0), reused 0 (delta 0)
To [email protected]:myuser/myrepository.git
* [new tag] test2 -> test2
remote: warning: Deleting a non-existent ref.
To [email protected]:myuser/myrepository.git
- [deleted] refs/tag/test
$ git tag
test2

Use git-rename-tag online using onworks.net services


Free Servers & Workstations

Download Windows & Linux apps

Linux commands

  • 1
    abi-dumper
    abi-dumper
    abi-dumper - a tool to dump ABI of an
    ELF object containing DWARF debug info
    DESCRIPTION: NAME: ABI Dumper
    (abi-dumper) Dump ABI of an ELF object
    containing DW...
    Run abi-dumper
  • 2
    abi-tracker
    abi-tracker
    abi-tracker - visualize ABI changes
    timeline of a C/C++ software library.
    DESCRIPTION: NAME: ABI Tracker
    (abi-tracker) Visualize ABI changes
    timeline of a C/C+...
    Run abi-tracker
  • 3
    copylinkp
    copylinkp
    copylink - replace a link with a copy
    of the linked file ...
    Run copylinkp
  • 4
    copymat
    copymat
    copymat - convert ASCII matrices into a
    database suitable for quick reading ...
    Run copymat
  • 5
    gatling
    gatling
    gatling - high performance file server ...
    Run gatling
  • 6
    gatos-conf
    gatos-conf
    gatos-conf - GUI GATOS configuration
    application. ...
    Run gatos-conf
  • More »

Ad