About 5,680,000 results
Open links in new tab
  1. How to update a GitHub access token via command line

    Dec 9, 2021 · 60 If you want to update your GitHub Personal Access Token in VSCode, you can install the GitHub Extension. You can also update your token via the command line. Note that this method …

  2. How to download GitHub Release from private repo using command line

    Dec 5, 2013 · 30 We had to download release assets from private GitHub repos fairly often, so we created fetch, which is an open source, cross-platform tool that makes it easy to download source …

  3. How to configure command line git to use ssh key

    May 8, 2014 · When I do git pull via the command line, it always asks for my github username and password. I'd like to tell it to use the ssh key in github, and never have to worry about it again. How …

  4. git - Download specific files from github in command line, not clone ...

    Feb 6, 2012 · 43 Copy the specific file's raw link from GitHub. (As you open the file in Github, on the top right corner you can see the option to open the file in raw mode. Open it in raw mode and copy the …

  5. How to change my Git username in terminal? - Stack Overflow

    Jul 18, 2017 · Mac : command+space >> search for "keychain Access" and click ok >> search for any certificate/file with gitHub >> delete it. then running any git command will prompt to enter new user …

  6. github - Change default branch via CLI - Stack Overflow

    Dec 30, 2022 · It will: install the dorian-each gem for the each command line that executes ruby on each line for each repo clone the repo go to the repo's directory create the main branch push the main …

  7. How do I log in using the Git terminal? - Stack Overflow

    60 Just entering your user in the command line won't work for newer versions of git. To sign in to GitHub, you'll need to download GitHub CLI, then do gh auth login

  8. Create a GitHub repository from command line - Stack Overflow

    So to save time, I created remote repo on github.com and add the remote repo url using git remote add origin https://mygithubrepoUrl.com and it worked. Is it necessary to create remote repo on Github …

  9. How do I delete a Git branch locally and remotely?

    Jan 5, 2010 · The git command for deleting a remote branch sucks and I tend to forget it (both new and old). Luckily there are GUI tools that have the option. Git Gui, TortoiseGit and GitHub Desktop have it …

  10. Uploading a project to GitHub using the command line

    Jan 28, 2018 · How do I upload a project to GitHub through the command line? I have installed Git on Windows. I am uploading my project by creating a new repository, but it did not upload by command …