Skip to content
This repository has been archived by the owner on Mar 5, 2021. It is now read-only.

Remote Repos

Past due by over 10 years 0% complete

By this point, we support remote repository storage and retrieval. In order to achieve this, credulous must be able to:

  • add and commit credentials to a local git repo
  • encrypt credentials using all available public keys for the appropriate user as hosted by github
  • push to remote repos
  • pull and merge changes from remote repos, resolving any conflicts as ne…

By this point, we support remote repository storage and retrieval. In order to achieve this, credulous must be able to:

  • add and commit credentials to a local git repo
  • encrypt credentials using all available public keys for the appropriate user as hosted by github
  • push to remote repos
  • pull and merge changes from remote repos, resolving any conflicts as necessary

There's an optional part in here about initializing and creating remote repo relationships -- thinking about how "hand holdy" we want to be.

Loading