This repository was archived by the owner on Sep 11, 2020. It is now read-only.
This repository was archived by the owner on Sep 11, 2020. It is now read-only.
Issues with creating a repository #831
Open
Description
Hi,
First of all thank-you for this awesome project!
I am using go-git within one of my projects and within some of my tests I need to standup a mock local repository.
I have been trying to create this via go-git.
- init
- add files
- commit.
- create new branch
- referencing this newly created repository via it's fs path.
I am experiencing that the branches I create don't exist along with referencing the created files.
Could someone please assist me in creating a repository from scratch locally?