Answers for "git how to archive a branch"

0

git how to archive a branch

git tag archive/<branchname> <branchname>
git branch -d <branchname>
Posted by: Guest on January-25-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language