Branch creation date #1596
-
| Is there any way to know the creation date of a branch? | 
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
| Git does not keep track of branch creation dates. However, branches may just be files which do have a creation and/or modification date associated with them which might be useful as proxy in some situations. Note that branches can also be packed, which is when they are written into a single file, making it impossible to obtain timestamps as described here. | 
Beta Was this translation helpful? Give feedback.
Git does not keep track of branch creation dates. However, branches may just be files which do have a creation and/or modification date associated with them which might be useful as proxy in some situations. Note that branches can also be packed, which is when they are written into a single file, making it impossible to obtain timestamps as described here.