About 23,400,000 results
Open links in new tab
  1. Pushing commits to a remote repository - GitHub Docs

    You might already know that you can "fork" repositories on GitHub. When you clone a repository you own, you provide it with a remote URL that tells Git where to fetch and push updates.

  2. Adding locally hosted code to GitHub - GitHub Docs

    If your code is stored locally on your computer and is tracked by Git or not tracked by any version control system (VCS), you can import the code to GitHub using GitHub CLI or Git commands.

  3. Uploading a project to GitHub

    If you're already familiar with Git, and you're looking for information on how to upload a locally-stored Git repository to GitHub, see Adding locally hosted code to GitHub.

  4. Git Guides - git push · GitHub

    As best practice, it's important to run the git pull command before you push any new changes to the remote branch. This will update your local branch with any new changes that may have …

  5. Pushing your first project to github · GitHub

    2 days ago · Pushing your first project to github. GitHub Gist: instantly share code, notes, and snippets.

  6. How to push code from Replit to Github?

    Apr 23, 2023 · Set up the repository in Replit, commit your changes, and select Push to GitHub to update your repository. Ensure the repository link and authentication are correctly established …

  7. Pushing changes to GitHub from GitHub Desktop

    To push your local changes to the remote repository, in the repository bar, click Push origin. If there are commits on the remote branch that you don't have on your local branch, GitHub …

  8. Adding a file to a repository - GitHub Docs

    You can upload and commit an existing file to a repository on GitHub or by using the command line.

  9. Deploying a React App* to GitHub Pages

    To deploy the React app, I'll be using gh-pages, which is an npm package people can use to deploy things to GitHub Pages, a free web hosting service provided by GitHub. If you follow …

  10. Pushing Code into a github Repo · community · Discussion #68237

    Sep 25, 2023 · Remember, whenever you make new changes, you'll need to repeat steps 3, 4, and 10 to push those changes to your repository. Additionally, if you switch back to the …