Hi,
Need help for below question.
How to get the list of usernames, date and time who had created the particular branch in a repository? Also, who had last updated it?
G'day, @Kunal Mitra
Welcome to the community!
In Git, a branch is a lightweight movable pointer to a commit. Git does not record metadata about the branch's creation, such as who created it or when it was created. This means that if a branch is made locally and then pushed to a remote repository, there is no intrinsic Git data that specifies who created the branch or its exact creation date. This information has not been transferred to the remote repository.
For specific workarounds or methods to track branch creation details, you might want to explore the following documentation and see if that works:
Regards,
Syahrul
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.