name |
link |
description |
add |
/docs/api/git/add |
Adds changes in the local repository to the staging area at the given path. |
|
name |
link |
description |
branch |
/docs/api/git/branch |
Creates a new branch in the local repository at the given path. |
|
name |
link |
description |
checkout |
/docs/api/git/checkout |
Checks out a branch or commit in the local repository at the given path. |
|
name |
link |
description |
clone |
/docs/api/git/clone |
Clones a Git repository from the given URL to the specified path. |
|
name |
link |
description |
commit |
/docs/api/git/commit |
Commits the staged changes in the local repository with the given commit message. |
|
name |
link |
description |
diff |
/docs/api/git/diff |
Retrieves the diff of changes for a specific commit in the local repository. |
|
name |
link |
description |
init |
/docs/api/git/init |
Initializes a new Git repository at the given path. |
|
name |
link |
description |
logs |
/docs/api/git/logs |
Retrieves the commit logs for the local repository at the given path. |
|
name |
link |
description |
pull |
/docs/api/git/pull |
Pulls the latest changes from the remote repository to the local repository at the given path. |
|
name |
link |
description |
push |
/docs/api/git/push |
Pushes local repository changes to the remote repository at the given path. |
|
name |
link |
description |
status |
/docs/api/git/status |
Retrieves the status of the local repository at the given path. |
|