You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Integrate the Go Git library go-git to retrieve information about the repository, such as branches and commit history. This will be the foundation for the visualizations of commits and branches.
Tasks:
Fetch the list of branches in the current Git repository.
Retrieve basic commit history (e.g., date and author).
The text was updated successfully, but these errors were encountered:
Integrate the Go Git library go-git to retrieve information about the repository, such as branches and commit history. This will be the foundation for the visualizations of commits and branches.
Tasks:
The text was updated successfully, but these errors were encountered: