Git
Git integration operations
📄️ Get list of Git repositories
Lists all Git repositories configured in the system
📄️ Create a new Git repository
Add a new Git repository to the system
📄️ Delete multiple Git repositories
Delete multiple Git repositories by IDs
📄️ Get Git repository by ID
Get detailed information about a Git repository
📄️ Delete Git repository by ID
Delete a Git repository by its ID
📄️ Clone a Git repository
Clone a remote Git repository to local storage
📄️ Get Git branches
Get all branches in a Git repository
📄️ Create a new branch
Create a new branch in the Git repository
📄️ Delete a branch
Delete a branch in the Git repository
📄️ Get current Git branch
Get the current active branch in the Git repository
📄️ Get remote Git branches
Get all remote branches in the Git repository
📄️ Checkout a branch
Checkout an existing branch in the Git repository
📄️ Checkout a remote branch
Checkout a remote branch in the Git repository
📄️ Get Git changes
Get all changes in the Git repository working directory
📄️ Stage Git changes
Stage changes in the Git repository
📄️ Discard Git changes
Discard changes in the Git repository
📄️ Pull from remote
Pull changes from the remote Git repository
📄️ WebSocket for Git pull
WebSocket endpoint for streaming Git pull operations
📄️ WebSocket for Git push
WebSocket endpoint for streaming Git push operations
📄️ Get file differences
Get differences between current file and previous versions
📄️ Commit changes
Commit staged changes to the Git repository
📄️ Push to remote
Push commits to the remote Git repository
📄️ Get Git logs
Get commit history logs from the Git repository
📄️ List Git files
List files in the Git repository
📄️ Get Git file content
Get content of a file in the Git repository
📄️ Save Git file
Save content to a file in the Git repository
📄️ Get spiders in Git repository
Get list of spiders in a Git repository
📄️ Create spider from Git repository
Create a new spider from files in a Git repository