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

    To maintain the security of the repository you're pushing to, GitHub's push protection automatically protects you from accidentally committing secrets to public repositories on …

  2. Git Guides - git push · GitHub

    What Does git push Do? git push updates the remote branch with local commits. It is one of the four commands in Git that prompts interaction with the remote repository. You can also think of …

  3. Pushing changes to GitHub from GitHub Desktop

    As you commit changes to your project locally, you can push those changes to GitHub from GitHub Desktop so that others may access them from the remote repository.

  4. pushing-commits-to-a-remote-repository.md - GitHub

    When you're done making local changes, you can push your local branch to GitHub and initiate a pull request. For more information on working with forks, see AUTOTITLE.

  5. Git · GitHub

    Git repositories can be connected, so you can work on one locally on your own machine, and connect it to a shared repository. This way, you can push and pull changes to a repository and …

  6. Adding locally hosted code to GitHub - GitHub Docs

    When prompted, select Push an existing local repository to GitHub and enter the desired name for your repository. If you want your project to belong to an organization instead of your user …

  7. 推送提交到远程仓库 - GitHub 文档

    为了维护正在推送到的仓库的安全性,GitHub 的推送保护功能会自动保护你不要意外地将机密提交到 GitHub.com 上的公共仓库。

  8. Events that trigger workflows - GitHub Docs

    You can configure your workflows to run when specific activity on GitHub happens, at a scheduled time, or when an event outside of GitHub occurs.

  9. 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.

  10. Connecting to GitHub with SSH

    You can connect to GitHub using the Secure Shell Protocol (SSH), which provides a secure channel over an unsecured network.