About 2,420,000 results
Open links in new tab
  1. How to connect to a remote Git repository? - Stack Overflow

    Nov 30, 2013 · Git requires me this command before push: git push --set-upstream origin master. Now, if the repository is already existing on a remote machine, and you do not have anything …

  2. Git Guides - git remote - GitHub

    There are four commands within Git that prompt communication with the remote. Unless you are using one of these four commands, all of your work is only happening locally. The concept of …

  3. Managing remote repositories - GitHub Docs

    Learn to work with your local repositories on your computer and remote repositories hosted on GitHub. To add a new remote, use the git remote add command on the terminal, in the …

  4. Git - git-remote Documentation

    Several subcommands are available to perform operations on the remotes. Add a remote named <name> for the repository at <URL>. The command git fetch <name> can then be used to …

  5. How To Synchronizing A Local Git Repository With A Remote One?

    Jun 20, 2024 · To ensure everything is in sync, compare your local branch with the remote: This command provides a visual representation of your commit history, showing how branches …

  6. How to use the command 'git remote' (with examples)

    Dec 17, 2024 · It allows developers to list, add, delete, and modify remote connections, effectively linking their local repositories with those hosted on platforms such as GitHub, GitLab, or …

  7. Git is the free and open source distributed version control system that's responsible for everything GitHub related that happens locally on your computer. This cheat sheet features the most …

  8. How to Use Git and GitHub via Command Line? - Medium

    Mar 24, 2023 · In this article, we’ll explore the basic Git commands that you can use in your command prompt or terminal to interact with your GitHub repository. Whether you’re a …

  9. How do I do an initial push to a remote repository with Git?

    I should add that if you want other people to collaborate with you on this repo, you should add --shared to the end of the git --bare init command. This will setup the necessary permissions. …

  10. GitHub CLI | Take GitHub to the command line

    GitHub CLI brings GitHub to your terminal. Free and open source. Check on the status of your pull requests. gh is GitHub on the command line. It brings pull requests, issues, and other GitHub …

Refresh