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