• Sign in
  • Sign up 
  • Welcome
  • FAQ
  • Switch to Night Mode
  • Stolen Accounts Recovery 
  • Change Account Password 
  • Vote for Witnesses 
  • Steem Proposals 
  • Third-party exchanges:
  • Poloniex 
  • Advertise 
  • Jobs at Steemit 
  • Developer Portal 
  • Steem Bluepaper 
  • SMT Whitepaper 
  • Steem Whitepaper 
  • Privacy Policy
  • Terms of Service
Home
Online–(0 logged in · 0 anonymous)·24 h–(0 logged in · 0 anonymous)·28 d–(0 logged in · 0 anonymous)
EN▾
LoginSign up

Useful GIT Commands

charith85 (25)in #useful • 5 years ago

Git is a distributed version-control system for tracking changes in source code during software development.

delete local tag 'v2.0.1'

git tag -d v2.0.1

delete remote tag 'v2.0.1' (eg, GitHub version too)

git push origin :refs/tags/v2.0.1

alternative approach

git push --delete origin v2.0.1
git tag -d v2.0.1

#git #commands
5 years ago in #useful by charith85 (25)
100%
    10%25%50%75%100%
    $0.00
      1 vote
      • - brokeneyes
      Reply 0