1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-06-07 07:46:02 +02:00

rename github to GitHub

This commit is contained in:
lucas schneider 2021-01-07 11:19:35 -03:00 committed by Waldir Pimenta
parent db6ccdc929
commit 1490bac066
2 changed files with 5 additions and 5 deletions

View file

@ -1,6 +1,6 @@
# git pr # git pr
> Récupére les pull-request github localement. > Récupére les pull-request GitHub localement.
- Récupére une pull-request spécifique : - Récupére une pull-request spécifique :

View file

@ -8,15 +8,15 @@
`hub clone {{repo_name}}` `hub clone {{repo_name}}`
- Clone another user's repository, using their github username and the repository name: - Clone another user's repository, using their GitHub username and the repository name:
`hub clone {{username}}/{{repo_name}}` `hub clone {{username}}/{{repo_name}}`
- Create a fork of the current repository (cloned from another user) under your github profile: - Create a fork of the current repository (cloned from another user) under your GitHub profile:
`hub fork` `hub fork`
- Push the current local branch to github and create a PR for it in the original repository: - Push the current local branch to GitHub and create a PR for it in the original repository:
`hub push {{remote_name}} && hub pull-request` `hub push {{remote_name}} && hub pull-request`
@ -28,6 +28,6 @@
`hub pr checkout {{pr_number}}` `hub pr checkout {{pr_number}}`
- Upload the current (local-only) repository to your github account: - Upload the current (local-only) repository to your GitHub account:
`hub create` `hub create`