Hello,

you don't.

Git is decentralised, which means that anyone with access can clone your
repository, and do whatever they want on it: create branches that you will
never see, remove branches you created, really, virtually anything. You
won't know about their changes until they push back to the central repo
(which, based on your question, I assume you have).

You can create some git hooks and custom git commands, which records such
information, but 1) they don't get automatically distributed with the
repository, so you will have to do that manually and 2) you cannot really
force your devs using them, as they can clone the repo with vanilla Git any
time.

Best,
Gergely
On 31 Oct 2014 01:37, "Anshuman Tripathy" <anshuma...@gmail.com> wrote:

> Hello All,
>
> I have below doubt:
>
> 1> How to know which braches are checked out and by whom ?
>
>  --
> You received this message because you are subscribed to the Google Groups
> "Git for human beings" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to git-users+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.
>

-- 
You received this message because you are subscribed to the Google Groups "Git 
for human beings" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to git-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to