sartography / cr-connect

0 stars 0 forks source link

Git Integration #596

Closed cullerton closed 2 years ago

cullerton commented 2 years ago

Get git integration working for files on the filesystem

cullerton commented 2 years ago

Will try GitPython for a library. We already have pygithub in the Pipenv file. Need to figure out which is better/can we reuse code/what to cleanup, etc.

cullerton commented 2 years ago

PyGithub is a library specifically for Github's API. I believe we want our code to only use Git, independent of Github. (Although we will use github initially for our remote)