This app integrates with git and supports common git actions
Supported Actions
- test connectivity: Validate credentials provided for connectivity
- configure ssh: Create an RSA Key pair for SSH connectivity
- list repos: List repos configured/pulled
- update file: Update (overwrite) contents of a file in the working directory
- git status: Get the result of git status
- delete file: Delete a file from the local working directory
- add file: Create a file in the local working directory
- git commit: Commit changes
- git push: Push commits to the remote server
- git pull: Pull the repo
- delete repo: Delete a cloned repository
- clone repo: Clone the repo
- on poll: Schedule regular cloning of a repository