Questions tagged [github-cli]

The Github CLI ("gh") is a tool for interacting with your repositories on Github straight from the command line.

gh is GitHub on the command line. It brings pull requests, issues, and other GitHub concepts to the terminal.

Useful links:

184 questions
0
votes
1 answer

GitHub Not Ignoring .gitignore Directories

I have a Laravel project and when pushing to GitHub, my directories with .gitignore are still pushed to GitHub when I do: git add . git commit -m "Sample commit." git remote add origin git@github.com:My.git git push origin master All of the cache…
GTS Joe
  • 3,612
  • 12
  • 52
  • 94
-1
votes
1 answer

Is it possible to use any command to create a new repo on github in command line?

I tried to searched the google but didn't get any clue about this. If i can use git command to create a new repo on github, so i dont have to open github website and click to create a repo,it will be easier to use.
q2333
  • 33
  • 1
  • 6
-1
votes
1 answer

How to create a Pull Request on github via cli?

I have a repository on github and have created a branch. I am able to create a new local repository on my machine and clone from the main repository. I now want to make some changes to the code and push to the main repository. I have run through the…
HappyZeneca
  • 9
  • 1
  • 1
-1
votes
1 answer

What is -h in "gh config set -h github.com git_protocol ssh"?

This is a command to set the authentication protocol on Github. I'm curious about what the flag means.
1 2 3
12
13