wordpress-mobile / release-toolkit-gutenberg-mobile

Automation Scripts for Releasing Gutenberg-Mobile Updates to the WordPress Mobile Apps.
Mozilla Public License 2.0
5 stars 2 forks source link

Add git helpers #120

Closed jhnstn closed 1 year ago

jhnstn commented 1 year ago

Adds common git commands to work with git repositories It assumes connecting to Github via SSH.

We can evaluate other options to authenticate if needed

Testing: All of these are slim wrappers around the go-git module. For now the best way to test is verify it compiles (e.g. the other tests run as expected)