Git Snippet

# publish local branch
git push -u origin <branch>

# show branch tracking
git branch -vv

# show branch create from
git show

# remove remote branch
git push origin --delete <branch>

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.