Tech/ETC

Git Branch delete

eyeeshot 2020. 12. 3. 11:30

git local && remote branch delete 

 

git branch -d dominic/jira-111

git push origin --delete dominic/jira-111