From 1490bac06638cdd33f5b29a3091b27bb20f3683f Mon Sep 17 00:00:00 2001 From: lucas schneider Date: Thu, 7 Jan 2021 11:19:35 -0300 Subject: [PATCH] rename github to GitHub --- pages.fr/common/git-pr.md | 2 +- pages/common/hub.md | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/pages.fr/common/git-pr.md b/pages.fr/common/git-pr.md index 0461ec6d6..ec7768781 100644 --- a/pages.fr/common/git-pr.md +++ b/pages.fr/common/git-pr.md @@ -1,6 +1,6 @@ # 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 : diff --git a/pages/common/hub.md b/pages/common/hub.md index 4c7e59643..b68405cb5 100644 --- a/pages/common/hub.md +++ b/pages/common/hub.md @@ -8,15 +8,15 @@ `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}}` -- 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` -- 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` @@ -28,6 +28,6 @@ `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`