[SourceTree] Tag 이름과 Branch 이름이 같으면 Push 할 때 Error
협업/Git / 2021. 1. 21. 16:03
Tag 이름과 Branch 이름이 같으면 Push 할 때 Error가 난다.
[결론] Tag와 Branch 이름은 같게 만들지 말자..
[참조] jira.atlassian.com/browse/SRCTREE-1474
[SRCTREE-1474] Pushing Branch With the Same Name as a Tag Fails - Create and track feature requests for Atlassian products.
When a branch has the same name as a tag, it errors when pushing to origin. Steps to reproduce: Add a Git repository. Push to a remote. Create a branch (eg. stsp-420). Create a tag on master with the same name (eg. stsp-420). Push the created tag to the re
jira.atlassian.com
반응형
'협업 > Git' 카테고리의 다른 글
[링크] 누구나 쉽게 이해할 수 있는 Git 입문 (0) | 2021.02.04 |
---|---|
[SourceTree] Could not update one or more files, please check that no other application is locking your files (0) | 2021.02.04 |
[Bug] Sourcetree 3.3.6 Refresh issue (0) | 2020.01.30 |
[펌][Git] git pull remote: HTTP Basic: Access denied (0) | 2020.01.28 |
[펌] Unity, Git을 연동했을 때 dll 파일이 tracking되지 않는 문제 해결 (0) | 2020.01.14 |