On 04/08/17 14:30 , Oliver Bock wrote: > On 04/08/17 14:15 , Richard Haselgrove wrote: >> Provided the local clone has "origin: master"? > > A local clone has everything of the upstream repo (origin by default) at > the time the clone occurred.
That said, even if you deleted "master" locally, you could still check it out again (based on origin), even without the upstream remote being available! The reason being that branches are just pointers to commit objects. If you remove the "master" pointer the underlying data doesn't vanish, in particular as long as other pointers like "origin/master" still reference it. Oliver
smime.p7s
Description: S/MIME Cryptographic Signature
_______________________________________________ boinc_dev mailing list boinc_dev@ssl.berkeley.edu https://lists.ssl.berkeley.edu/mailman/listinfo/boinc_dev To unsubscribe, visit the above URL and (near bottom of page) enter your email address.