On Monday, 6 August 2012 01:56:51 UTC+1, Trans wrote:
>
>
> Oh, so the branch and tag names won't conflict?
>
>  
No. Branches live in refs/heads/ while tags live in refs/tags/.

If you have a branch and tag with the same name, some git commands will 
require you to disambiguate (for example `git merge <name>` will be 
ambiguous -- disambiguation is achieved using e.g. `git merge 
refs/heads/<name>`). However this is not the case for `git branch -d`.

Hope that makes it clearer,
Antony

-- 
You received this message because you are subscribed to the Google Groups "Git 
for human beings" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/git-users/-/_GTPT5n5isIJ.
To post to this group, send email to git-users@googlegroups.com.
To unsubscribe from this group, send email to 
git-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/git-users?hl=en.

Reply via email to