Search result for 'github'
- Most recent
- Most popular
- Most linked
- Most download
- Favorited
|
List all the repos that I have access to. Public and private both.This script lists all repositories that the user has access to, including public and private ones, and not just the ones they own. |
|
Check if a GitHub token is valid or expired.This script checks if the GitHub token is still valid or has expired. |
|
List branches of a given repoThis script checks why the branches of a specified GitHub repository cannot be listed and provides a more detailed explanation. |
|
List just the names of the branches of a github repo.This script lists just the names of the branches of a specified GitHub repository. |
|
Create a new branch for a repo.This script creates a new branch specified in branch_name for the specified GitHub repository. |
|
Switch to a branch and list the repo filesThis script switches to the specified branch and lists the files in the repository. |
|
Get the contents of a file in the github repoThis script shows the contents of the specified file in the specified branch of the GitHub repository. |
|
Update the contents of a file in the repo and commit the changes to a branch.This script updates the README.md file with 'Hello folks!' at the top and commits the changes to the specified branch. |
|
Create a pull request to merge a feature branch to main branch for a repoThis script creates a pull request to merge the branch head_branch (like feature branch) to the base_branch (like main) for the specified GitHub repository. |
|
Assign a pull request to a userThis script assigns the specified reviewer to the pull request for the specified GitHub repository. |
|