From 5d69e9b254fe8820e08957a91a679cbd345b36f9 Mon Sep 17 00:00:00 2001 From: Dev Prakash Sharma Date: Tue, 15 Jun 2021 14:56:09 +0530 Subject: [PATCH 01/23] Add Footer Create a Repo --- .../quickstart/create-a-repo.md | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) diff --git a/content/github/getting-started-with-github/quickstart/create-a-repo.md b/content/github/getting-started-with-github/quickstart/create-a-repo.md index 32303ca91e83..2a3db8b49dd6 100644 --- a/content/github/getting-started-with-github/quickstart/create-a-repo.md +++ b/content/github/getting-started-with-github/quickstart/create-a-repo.md @@ -78,11 +78,13 @@ Let's commit a change to the *README* file. ## Celebrate -Congratulations! You have now created a repository, including a *README* file, and created your first commit on {% data variables.product.product_location %}. What do you want to do next? - -- "[Set up Git](/articles/set-up-git)" -- **Create a repository** -- "[Clone a repository](/github/creating-cloning-and-archiving-repositories/cloning-a-repository)" -- "[Fork a repository](/articles/fork-a-repo)" -- "[Be social](/articles/be-social)" -- {% data reusables.support.connect-in-the-forum-bootcamp %} +Congratulations! You have now created a repository, including a *README* file, and created your first commit on {% data variables.product.product_location %}. + +You can now Clone a {% data variables.product.product_name %} repository to create a local copy on your computer. From your local repository you can commit, and create a pull request to update the changes in upstream repository. For more information, see "[Clone a repository](/github/creating-cloning-and-archiving-repositories/cloning-a-repository)" and "[Set up Git](/articles/set-up-git)" + +You can find intersting projects and repositories on {% data variables.product.product_name %} and make changes into it by creating a fork of the repository. For more information see, "[Fork a repository](/articles/fork-a-repo)" + +Each repository on {% data variables.product.product_name %} is associated with some people, or an organization. You can connect by following them on {% data variables.product.product_name %}. for more information see, "[Be social](/articles/be-social)". + +{% data reusables.support.connect-in-the-forum-bootcamp %} to ask your queries and discuss with the community. + From 5078845ec6815f9067ecedabf0ed94128e3a4b0b Mon Sep 17 00:00:00 2001 From: Dev Prakash Sharma Date: Tue, 15 Jun 2021 14:57:35 +0530 Subject: [PATCH 02/23] Added Footer Set up Git --- .../quickstart/set-up-git.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/content/github/getting-started-with-github/quickstart/set-up-git.md b/content/github/getting-started-with-github/quickstart/set-up-git.md index b2944bcdd81f..bdab3f7b958d 100644 --- a/content/github/getting-started-with-github/quickstart/set-up-git.md +++ b/content/github/getting-started-with-github/quickstart/set-up-git.md @@ -55,10 +55,10 @@ If you [clone with SSH](/github/getting-started-with-github/about-remote-reposit ## Celebrate -Congratulations, you now have Git and {% data variables.product.product_name %} all set up! What do you want to do next? +Congratulations, you now have Git and {% data variables.product.product_name %} all set up! You may now choose to create a repository where you can put your projects and share the code around the world . For more information see "[Create a repository](/articles/create-a-repo)". -- **Set up Git** -- "[Create a repository](/articles/create-a-repo)" -- "[Fork a repository](/articles/fork-a-repo)" -- "[Be social](/articles/be-social)" -- {% data reusables.support.connect-in-the-forum-bootcamp %} +You can create a copy of a repository by forking it and propose the changes that you want to see without affecting the upstream repository. For more inforation see "[Fork a repository](/articles/fork-a-repo)". + +Each repository in {% data variables.product.product_name %} is associated with some people or an orgranization. You can interact with the people, repositories and orgranization by connecting and following them on {% data variables.product.product_name %}. For more information see "[Be social](/articles/be-social)". + +{% data variables.product.product_name %} has a great community support where you can ask your queries to the people and communicate with them around the world. Join the conversation on Github Support Community and {% data reusables.support.connect-in-the-forum-bootcamp %}. From cbea99f1475d643d5f512e8844d1a422a83f217e Mon Sep 17 00:00:00 2001 From: Dev Prakash Sharma Date: Tue, 15 Jun 2021 15:00:30 +0530 Subject: [PATCH 03/23] Added Footer Fork a Repo --- .../quickstart/fork-a-repo.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/content/github/getting-started-with-github/quickstart/fork-a-repo.md b/content/github/getting-started-with-github/quickstart/fork-a-repo.md index 906c52bd405e..c683cb213ba4 100644 --- a/content/github/getting-started-with-github/quickstart/fork-a-repo.md +++ b/content/github/getting-started-with-github/quickstart/fork-a-repo.md @@ -147,7 +147,16 @@ Fork a repository to start contributing to a project. {% data reusables.reposito ## Celebrate -You have now forked a repository, practiced cloning your fork, and configured an upstream repository. What do you want to do next? +You have now forked a repository, practiced cloning your fork, and configured an upstream repository. For more information about cloning the fork and syncing the changes in a forked repository from your computer see "[Set up Git](/articles/set-up-git)". + +You can also create a new repository where you can put all your projects and share the code on {% data variables.product.prodname_dotcom %}. + +For more information see, "[Create a repository](/articles/create-a-repo)". + +Each repository has its own identity on {% data variables.product.prodname_dotcom %} that is associated with some people, or an organization. You can interact with people, repository on {% data variables.product.prodname_dotcom %}. for more information see, "[Be social](/articles/be-social)". + +You can also {% data reusables.support.connect-in-the-forum-bootcamp %} and ask your queries. + - "[Set up Git](/articles/set-up-git)" - "[Create a repository](/articles/create-a-repo)" From 83de468ca7ed88a0b7fa5345ca4044ebfb14e6ff Mon Sep 17 00:00:00 2001 From: Dev Prakash Sharma Date: Tue, 15 Jun 2021 15:36:17 +0530 Subject: [PATCH 04/23] Update be-social.md --- .../quickstart/be-social.md | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/content/github/getting-started-with-github/quickstart/be-social.md b/content/github/getting-started-with-github/quickstart/be-social.md index d1671e85a215..6fc8beed3d5e 100644 --- a/content/github/getting-started-with-github/quickstart/be-social.md +++ b/content/github/getting-started-with-github/quickstart/be-social.md @@ -69,11 +69,10 @@ Discover interesting projects using {% data variables.explore.explore_github %}, ## Celebrate You're now connected to the {% data variables.product.product_name %} community. What do you want to do next? - ![Star a project](/assets/images/help/stars/star-a-project.png) -- "[Set up Git](/articles/set-up-git)" -- "[Create a repository](/articles/create-a-repo)" -- "[Fork a repository](/articles/fork-a-repo)" -- **Be social** -- {% data reusables.support.connect-in-the-forum-bootcamp %} + +- To Sync all your {% data variables.product.product_name %} project workflows locally from your computer, you can set up Git. For more information see "[Set up Git](/articles/set-up-git)". +- You can also Create a Repository where you can put all your projects and maintain your workflows. For more information see, "[Create a repository](/articles/create-a-repo)" +- You can Fork a repository to make changes you want to see without affecting the upstream repository. For more information, see "[Fork a repository](/articles/fork-a-repo)" +- {% data variables.product.product_name %} has a great community support and you can {% data reusables.support.connect-in-the-forum-bootcamp %} to search for a query and find the solution. From 3d9dec946467de1b4f578e3842b1bbb9938c664f Mon Sep 17 00:00:00 2001 From: Dev Prakash Sharma Date: Tue, 22 Jun 2021 18:07:24 +0530 Subject: [PATCH 05/23] Update content/get-started/quickstart/set-up-git.md Co-authored-by: Felicity Chapman --- content/get-started/quickstart/set-up-git.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/get-started/quickstart/set-up-git.md b/content/get-started/quickstart/set-up-git.md index 54ef46b44a18..e6db6dbafc50 100644 --- a/content/get-started/quickstart/set-up-git.md +++ b/content/get-started/quickstart/set-up-git.md @@ -56,7 +56,7 @@ If you [clone with SSH](/github/getting-started-with-github/about-remote-reposit ## Celebrate -Congratulations, you now have Git and {% data variables.product.product_name %} all set up! You may now choose to create a repository where you can put your projects and share the code around the world . For more information see "[Create a repository](/articles/create-a-repo)". +Congratulations, you now have Git and {% data variables.product.product_name %} all set up! You may now choose to create a repository where you can put your projects. This is a great way to back up your code and makes it easy to share the code around the world. For more information see "[Create a repository](/articles/create-a-repo)". You can create a copy of a repository by forking it and propose the changes that you want to see without affecting the upstream repository. For more inforation see "[Fork a repository](/articles/fork-a-repo)". From db36982aed9b72c16b3b80595cc1f54ad068cbb7 Mon Sep 17 00:00:00 2001 From: Dev Prakash Sharma Date: Tue, 22 Jun 2021 18:11:39 +0530 Subject: [PATCH 06/23] Update content/get-started/quickstart/set-up-git.md Co-authored-by: Felicity Chapman --- content/get-started/quickstart/set-up-git.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/get-started/quickstart/set-up-git.md b/content/get-started/quickstart/set-up-git.md index e6db6dbafc50..867e56ec9b8d 100644 --- a/content/get-started/quickstart/set-up-git.md +++ b/content/get-started/quickstart/set-up-git.md @@ -58,7 +58,7 @@ If you [clone with SSH](/github/getting-started-with-github/about-remote-reposit Congratulations, you now have Git and {% data variables.product.product_name %} all set up! You may now choose to create a repository where you can put your projects. This is a great way to back up your code and makes it easy to share the code around the world. For more information see "[Create a repository](/articles/create-a-repo)". -You can create a copy of a repository by forking it and propose the changes that you want to see without affecting the upstream repository. For more inforation see "[Fork a repository](/articles/fork-a-repo)". +You can create a copy of a repository by forking it and propose the changes that you want to see without affecting the upstream repository. For more information see "[Fork a repository](/articles/fork-a-repo)." Each repository in {% data variables.product.product_name %} is associated with some people or an orgranization. You can interact with the people, repositories and orgranization by connecting and following them on {% data variables.product.product_name %}. For more information see "[Be social](/articles/be-social)". From bc33de40bb5a9ed41df056338f8abd8ee14670f3 Mon Sep 17 00:00:00 2001 From: Dev Prakash Sharma Date: Tue, 22 Jun 2021 18:33:01 +0530 Subject: [PATCH 07/23] Update content/get-started/quickstart/be-social.md Co-authored-by: Felicity Chapman --- content/get-started/quickstart/be-social.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/get-started/quickstart/be-social.md b/content/get-started/quickstart/be-social.md index ae6118093f68..a0c2e9a382d6 100644 --- a/content/get-started/quickstart/be-social.md +++ b/content/get-started/quickstart/be-social.md @@ -73,7 +73,7 @@ You're now connected to the {% data variables.product.product_name %} community. ![Star a project](/assets/images/help/stars/star-a-project.png) -- To Sync all your {% data variables.product.product_name %} project workflows locally from your computer, you can set up Git. For more information see "[Set up Git](/articles/set-up-git)". +- To synchronize your {% data variables.product.product_name %} projects with your computer, you can set up Git. For more information see "[Set up Git](/articles/set-up-git)." - You can also Create a Repository where you can put all your projects and maintain your workflows. For more information see, "[Create a repository](/articles/create-a-repo)" - You can Fork a repository to make changes you want to see without affecting the upstream repository. For more information, see "[Fork a repository](/articles/fork-a-repo)" - {% data variables.product.product_name %} has a great community support and you can {% data reusables.support.connect-in-the-forum-bootcamp %} to search for a query and find the solution. From 58a4d15ba2a079bfcb93255fe363bfc0f0f26866 Mon Sep 17 00:00:00 2001 From: Dev Prakash Sharma Date: Tue, 22 Jun 2021 18:36:42 +0530 Subject: [PATCH 08/23] Update content/get-started/quickstart/set-up-git.md Co-authored-by: Felicity Chapman --- content/get-started/quickstart/set-up-git.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/get-started/quickstart/set-up-git.md b/content/get-started/quickstart/set-up-git.md index 867e56ec9b8d..9d68e201ea4d 100644 --- a/content/get-started/quickstart/set-up-git.md +++ b/content/get-started/quickstart/set-up-git.md @@ -60,6 +60,6 @@ Congratulations, you now have Git and {% data variables.product.product_name %} You can create a copy of a repository by forking it and propose the changes that you want to see without affecting the upstream repository. For more information see "[Fork a repository](/articles/fork-a-repo)." -Each repository in {% data variables.product.product_name %} is associated with some people or an orgranization. You can interact with the people, repositories and orgranization by connecting and following them on {% data variables.product.product_name %}. For more information see "[Be social](/articles/be-social)". +Each repository in {% data variables.product.product_name %} is owned by a person or an organization. You can interact with the people, repositories, and organizations by connecting and following them on {% data variables.product.product_name %}. For more information see "[Be social](/articles/be-social)." {% data variables.product.product_name %} has a great community support where you can ask your queries to the people and communicate with them around the world. Join the conversation on Github Support Community and {% data reusables.support.connect-in-the-forum-bootcamp %}. From 611433942f46ba8493a6c10a3d4d22f76b1c2f97 Mon Sep 17 00:00:00 2001 From: Dev Prakash Sharma Date: Tue, 22 Jun 2021 18:42:12 +0530 Subject: [PATCH 09/23] Update content/get-started/quickstart/create-a-repo.md Co-authored-by: Felicity Chapman --- content/get-started/quickstart/create-a-repo.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/content/get-started/quickstart/create-a-repo.md b/content/get-started/quickstart/create-a-repo.md index 171f019e2f5f..4b0096cb9a09 100644 --- a/content/get-started/quickstart/create-a-repo.md +++ b/content/get-started/quickstart/create-a-repo.md @@ -81,11 +81,10 @@ Let's commit a change to the *README* file. Congratulations! You have now created a repository, including a *README* file, and created your first commit on {% data variables.product.product_location %}. -You can now Clone a {% data variables.product.product_name %} repository to create a local copy on your computer. From your local repository you can commit, and create a pull request to update the changes in upstream repository. For more information, see "[Clone a repository](/github/creating-cloning-and-archiving-repositories/cloning-a-repository)" and "[Set up Git](/articles/set-up-git)" +You can now clone a {% data variables.product.product_name %} repository to create a local copy on your computer. From your local repository you can commit, and create a pull request to update the changes in upstream repository. For more information, see "[Cloning a repository](/github/creating-cloning-and-archiving-repositories/cloning-a-repository)" and "[Set up Git](/articles/set-up-git)." You can find intersting projects and repositories on {% data variables.product.product_name %} and make changes into it by creating a fork of the repository. For more information see, "[Fork a repository](/articles/fork-a-repo)" Each repository on {% data variables.product.product_name %} is associated with some people, or an organization. You can connect by following them on {% data variables.product.product_name %}. for more information see, "[Be social](/articles/be-social)". {% data reusables.support.connect-in-the-forum-bootcamp %} to ask your queries and discuss with the community. - From 8b15b22c4885218b5f55f730837484a7f57005e5 Mon Sep 17 00:00:00 2001 From: Dev Prakash Sharma Date: Tue, 22 Jun 2021 18:42:50 +0530 Subject: [PATCH 10/23] Update content/get-started/quickstart/create-a-repo.md Co-authored-by: Felicity Chapman --- content/get-started/quickstart/create-a-repo.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/get-started/quickstart/create-a-repo.md b/content/get-started/quickstart/create-a-repo.md index 4b0096cb9a09..7cf58a330828 100644 --- a/content/get-started/quickstart/create-a-repo.md +++ b/content/get-started/quickstart/create-a-repo.md @@ -85,6 +85,6 @@ You can now clone a {% data variables.product.product_name %} repository to crea You can find intersting projects and repositories on {% data variables.product.product_name %} and make changes into it by creating a fork of the repository. For more information see, "[Fork a repository](/articles/fork-a-repo)" -Each repository on {% data variables.product.product_name %} is associated with some people, or an organization. You can connect by following them on {% data variables.product.product_name %}. for more information see, "[Be social](/articles/be-social)". +Each repository in {% data variables.product.product_name %} is owned by a person or an organization. You can interact with the people, repositories, and organizations by connecting and following them on {% data variables.product.product_name %}. For more information see "[Be social](/articles/be-social)." {% data reusables.support.connect-in-the-forum-bootcamp %} to ask your queries and discuss with the community. From 3c3cd37dc4f676ec84db98ebb503baf959330dc9 Mon Sep 17 00:00:00 2001 From: Dev Prakash Sharma Date: Tue, 22 Jun 2021 18:43:52 +0530 Subject: [PATCH 11/23] Update content/get-started/quickstart/fork-a-repo.md Co-authored-by: Felicity Chapman --- content/get-started/quickstart/fork-a-repo.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/get-started/quickstart/fork-a-repo.md b/content/get-started/quickstart/fork-a-repo.md index 4c41413b603a..9e3669b0d99b 100644 --- a/content/get-started/quickstart/fork-a-repo.md +++ b/content/get-started/quickstart/fork-a-repo.md @@ -148,7 +148,7 @@ Fork a repository to start contributing to a project. {% data reusables.reposito ## Celebrate -You have now forked a repository, practiced cloning your fork, and configured an upstream repository. For more information about cloning the fork and syncing the changes in a forked repository from your computer see "[Set up Git](/articles/set-up-git)". +You have now forked a repository, practiced cloning your fork, and configured an upstream repository. For more information about cloning the fork and syncing the changes in a forked repository from your computer see "[Set up Git](/articles/set-up-git)." You can also create a new repository where you can put all your projects and share the code on {% data variables.product.prodname_dotcom %}. From a64055c9dc9c5fcb4fc3e04c9235cf94f6b79c58 Mon Sep 17 00:00:00 2001 From: Dev Prakash Sharma Date: Tue, 22 Jun 2021 18:44:09 +0530 Subject: [PATCH 12/23] Update content/get-started/quickstart/fork-a-repo.md Co-authored-by: Felicity Chapman --- content/get-started/quickstart/fork-a-repo.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/content/get-started/quickstart/fork-a-repo.md b/content/get-started/quickstart/fork-a-repo.md index 9e3669b0d99b..74a64a84756e 100644 --- a/content/get-started/quickstart/fork-a-repo.md +++ b/content/get-started/quickstart/fork-a-repo.md @@ -150,9 +150,7 @@ Fork a repository to start contributing to a project. {% data reusables.reposito You have now forked a repository, practiced cloning your fork, and configured an upstream repository. For more information about cloning the fork and syncing the changes in a forked repository from your computer see "[Set up Git](/articles/set-up-git)." -You can also create a new repository where you can put all your projects and share the code on {% data variables.product.prodname_dotcom %}. - -For more information see, "[Create a repository](/articles/create-a-repo)". +You can also create a new repository where you can put all your projects and share the code on {% data variables.product.prodname_dotcom %}. For more information see, "[Create a repository](/articles/create-a-repo)." Each repository has its own identity on {% data variables.product.prodname_dotcom %} that is associated with some people, or an organization. You can interact with people, repository on {% data variables.product.prodname_dotcom %}. for more information see, "[Be social](/articles/be-social)". From 7e12f0dabfdc272787d79e4f607845e1239272c6 Mon Sep 17 00:00:00 2001 From: Dev Prakash Sharma Date: Tue, 22 Jun 2021 18:44:33 +0530 Subject: [PATCH 13/23] Update content/get-started/quickstart/fork-a-repo.md Co-authored-by: Felicity Chapman --- content/get-started/quickstart/fork-a-repo.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/get-started/quickstart/fork-a-repo.md b/content/get-started/quickstart/fork-a-repo.md index 74a64a84756e..dfd66eeb031a 100644 --- a/content/get-started/quickstart/fork-a-repo.md +++ b/content/get-started/quickstart/fork-a-repo.md @@ -152,7 +152,7 @@ You have now forked a repository, practiced cloning your fork, and configured an You can also create a new repository where you can put all your projects and share the code on {% data variables.product.prodname_dotcom %}. For more information see, "[Create a repository](/articles/create-a-repo)." -Each repository has its own identity on {% data variables.product.prodname_dotcom %} that is associated with some people, or an organization. You can interact with people, repository on {% data variables.product.prodname_dotcom %}. for more information see, "[Be social](/articles/be-social)". +Each repository in {% data variables.product.product_name %} is owned by a person or an organization. You can interact with the people, repositories, and organizations by connecting and following them on {% data variables.product.product_name %}. For more information see "[Be social](/articles/be-social)." You can also {% data reusables.support.connect-in-the-forum-bootcamp %} and ask your queries. From 5400aebf2ab43e84befe1bea4947a2c7aad55e5d Mon Sep 17 00:00:00 2001 From: Dev Prakash Sharma Date: Tue, 22 Jun 2021 18:44:53 +0530 Subject: [PATCH 14/23] Update content/get-started/quickstart/be-social.md Co-authored-by: Felicity Chapman --- content/get-started/quickstart/be-social.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/get-started/quickstart/be-social.md b/content/get-started/quickstart/be-social.md index a0c2e9a382d6..e001cdfd2efd 100644 --- a/content/get-started/quickstart/be-social.md +++ b/content/get-started/quickstart/be-social.md @@ -74,6 +74,6 @@ You're now connected to the {% data variables.product.product_name %} community. - To synchronize your {% data variables.product.product_name %} projects with your computer, you can set up Git. For more information see "[Set up Git](/articles/set-up-git)." -- You can also Create a Repository where you can put all your projects and maintain your workflows. For more information see, "[Create a repository](/articles/create-a-repo)" +- You can also create a repository, where you can put all your projects and maintain your workflows. For more information see, "[Create a repository](/articles/create-a-repo)." - You can Fork a repository to make changes you want to see without affecting the upstream repository. For more information, see "[Fork a repository](/articles/fork-a-repo)" - {% data variables.product.product_name %} has a great community support and you can {% data reusables.support.connect-in-the-forum-bootcamp %} to search for a query and find the solution. From b4602d87b3eb731255f7a965af4a00d837807555 Mon Sep 17 00:00:00 2001 From: Dev Prakash Sharma Date: Tue, 22 Jun 2021 18:45:05 +0530 Subject: [PATCH 15/23] Update content/get-started/quickstart/be-social.md Co-authored-by: Felicity Chapman --- content/get-started/quickstart/be-social.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/get-started/quickstart/be-social.md b/content/get-started/quickstart/be-social.md index e001cdfd2efd..48f1b9f34f68 100644 --- a/content/get-started/quickstart/be-social.md +++ b/content/get-started/quickstart/be-social.md @@ -75,5 +75,5 @@ You're now connected to the {% data variables.product.product_name %} community. - To synchronize your {% data variables.product.product_name %} projects with your computer, you can set up Git. For more information see "[Set up Git](/articles/set-up-git)." - You can also create a repository, where you can put all your projects and maintain your workflows. For more information see, "[Create a repository](/articles/create-a-repo)." -- You can Fork a repository to make changes you want to see without affecting the upstream repository. For more information, see "[Fork a repository](/articles/fork-a-repo)" +- You can fork a repository to make changes you want to see without affecting the original repository. For more information, see "[Fork a repository](/articles/fork-a-repo)." - {% data variables.product.product_name %} has a great community support and you can {% data reusables.support.connect-in-the-forum-bootcamp %} to search for a query and find the solution. From f2226913e42a51be03e62d86843a5683af3f426c Mon Sep 17 00:00:00 2001 From: Dev Prakash Sharma Date: Tue, 22 Jun 2021 18:47:00 +0530 Subject: [PATCH 16/23] Update content/get-started/quickstart/create-a-repo.md Co-authored-by: Felicity Chapman --- content/get-started/quickstart/create-a-repo.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/get-started/quickstart/create-a-repo.md b/content/get-started/quickstart/create-a-repo.md index 7cf58a330828..d21d3083f3c9 100644 --- a/content/get-started/quickstart/create-a-repo.md +++ b/content/get-started/quickstart/create-a-repo.md @@ -83,7 +83,7 @@ Congratulations! You have now created a repository, including a *README* file, a You can now clone a {% data variables.product.product_name %} repository to create a local copy on your computer. From your local repository you can commit, and create a pull request to update the changes in upstream repository. For more information, see "[Cloning a repository](/github/creating-cloning-and-archiving-repositories/cloning-a-repository)" and "[Set up Git](/articles/set-up-git)." -You can find intersting projects and repositories on {% data variables.product.product_name %} and make changes into it by creating a fork of the repository. For more information see, "[Fork a repository](/articles/fork-a-repo)" +You can find interesting projects and repositories on {% data variables.product.product_name %} and make changes to them by creating a fork of the repository. For more information see, "[Fork a repository](/articles/fork-a-repo)." Each repository in {% data variables.product.product_name %} is owned by a person or an organization. You can interact with the people, repositories, and organizations by connecting and following them on {% data variables.product.product_name %}. For more information see "[Be social](/articles/be-social)." From ab6c0f79c2d77edf5e656eecd76684b360a1b02b Mon Sep 17 00:00:00 2001 From: Dev Prakash Sharma Date: Tue, 22 Jun 2021 19:58:25 +0530 Subject: [PATCH 17/23] Update connect-in-the-forum-bootcamp.md --- data/reusables/support/connect-in-the-forum-bootcamp.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/reusables/support/connect-in-the-forum-bootcamp.md b/data/reusables/support/connect-in-the-forum-bootcamp.md index f67d841003dc..5c2fbea04f36 100644 --- a/data/reusables/support/connect-in-the-forum-bootcamp.md +++ b/data/reusables/support/connect-in-the-forum-bootcamp.md @@ -1 +1 @@ -Connect with people around the world in the [{% data variables.product.prodname_gcf %}](https://github.community) +{% data variables.product.product_name %} has a great support community where you can ask for help and talk to people from around the world. Join the conversation on [Github Support Community](https://github.community/). From 10839fd5fffd45ad30ca3c19d6afa785f69ad58e Mon Sep 17 00:00:00 2001 From: Dev Prakash Sharma Date: Tue, 22 Jun 2021 19:59:32 +0530 Subject: [PATCH 18/23] Update be-social.md --- content/get-started/quickstart/be-social.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/get-started/quickstart/be-social.md b/content/get-started/quickstart/be-social.md index 48f1b9f34f68..77a91e108560 100644 --- a/content/get-started/quickstart/be-social.md +++ b/content/get-started/quickstart/be-social.md @@ -76,4 +76,4 @@ You're now connected to the {% data variables.product.product_name %} community. - To synchronize your {% data variables.product.product_name %} projects with your computer, you can set up Git. For more information see "[Set up Git](/articles/set-up-git)." - You can also create a repository, where you can put all your projects and maintain your workflows. For more information see, "[Create a repository](/articles/create-a-repo)." - You can fork a repository to make changes you want to see without affecting the original repository. For more information, see "[Fork a repository](/articles/fork-a-repo)." -- {% data variables.product.product_name %} has a great community support and you can {% data reusables.support.connect-in-the-forum-bootcamp %} to search for a query and find the solution. +- {% data reusables.support.connect-in-the-forum-bootcamp %}. From 9b9cdb217665be3ed5b5c95b5bf469bbe101059d Mon Sep 17 00:00:00 2001 From: Dev Prakash Sharma Date: Tue, 22 Jun 2021 20:01:30 +0530 Subject: [PATCH 19/23] Update create-a-repo.md --- content/get-started/quickstart/create-a-repo.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/get-started/quickstart/create-a-repo.md b/content/get-started/quickstart/create-a-repo.md index d21d3083f3c9..3d6468e17651 100644 --- a/content/get-started/quickstart/create-a-repo.md +++ b/content/get-started/quickstart/create-a-repo.md @@ -87,4 +87,4 @@ You can find interesting projects and repositories on {% data variables.product. Each repository in {% data variables.product.product_name %} is owned by a person or an organization. You can interact with the people, repositories, and organizations by connecting and following them on {% data variables.product.product_name %}. For more information see "[Be social](/articles/be-social)." -{% data reusables.support.connect-in-the-forum-bootcamp %} to ask your queries and discuss with the community. +{% data reusables.support.connect-in-the-forum-bootcamp %}. From 7d98a696d14ccb025fd040aecbaddc8dc0f41dd8 Mon Sep 17 00:00:00 2001 From: Dev Prakash Sharma Date: Tue, 22 Jun 2021 20:05:17 +0530 Subject: [PATCH 20/23] Update fork-a-repo.md --- content/get-started/quickstart/fork-a-repo.md | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/content/get-started/quickstart/fork-a-repo.md b/content/get-started/quickstart/fork-a-repo.md index dfd66eeb031a..d3a9c2e69c11 100644 --- a/content/get-started/quickstart/fork-a-repo.md +++ b/content/get-started/quickstart/fork-a-repo.md @@ -154,11 +154,4 @@ You can also create a new repository where you can put all your projects and sha Each repository in {% data variables.product.product_name %} is owned by a person or an organization. You can interact with the people, repositories, and organizations by connecting and following them on {% data variables.product.product_name %}. For more information see "[Be social](/articles/be-social)." -You can also {% data reusables.support.connect-in-the-forum-bootcamp %} and ask your queries. - - -- "[Set up Git](/articles/set-up-git)" -- "[Create a repository](/articles/create-a-repo)" -- **Fork a repository** -- "[Be social](/articles/be-social)" -- {% data reusables.support.connect-in-the-forum-bootcamp %} +{% data reusables.support.connect-in-the-forum-bootcamp %}. From e8ab8366e1b337ff4815c7cf55b6cc117515d2bd Mon Sep 17 00:00:00 2001 From: Dev Prakash Sharma Date: Tue, 22 Jun 2021 20:08:37 +0530 Subject: [PATCH 21/23] Update set-up-git.md --- content/get-started/quickstart/set-up-git.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/get-started/quickstart/set-up-git.md b/content/get-started/quickstart/set-up-git.md index 9d68e201ea4d..f86083337d82 100644 --- a/content/get-started/quickstart/set-up-git.md +++ b/content/get-started/quickstart/set-up-git.md @@ -62,4 +62,4 @@ You can create a copy of a repository by forking it and propose the changes that Each repository in {% data variables.product.product_name %} is owned by a person or an organization. You can interact with the people, repositories, and organizations by connecting and following them on {% data variables.product.product_name %}. For more information see "[Be social](/articles/be-social)." -{% data variables.product.product_name %} has a great community support where you can ask your queries to the people and communicate with them around the world. Join the conversation on Github Support Community and {% data reusables.support.connect-in-the-forum-bootcamp %}. +{% data reusables.support.connect-in-the-forum-bootcamp %}. From 25cd1a000352737b983656dd6b71bbc49174ed6a Mon Sep 17 00:00:00 2001 From: Dev Prakash Sharma Date: Tue, 22 Jun 2021 22:12:14 +0530 Subject: [PATCH 22/23] Update connect-in-the-forum-bootcamp.md --- data/reusables/support/connect-in-the-forum-bootcamp.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/reusables/support/connect-in-the-forum-bootcamp.md b/data/reusables/support/connect-in-the-forum-bootcamp.md index 5c2fbea04f36..d5728ae9ad75 100644 --- a/data/reusables/support/connect-in-the-forum-bootcamp.md +++ b/data/reusables/support/connect-in-the-forum-bootcamp.md @@ -1 +1 @@ -{% data variables.product.product_name %} has a great support community where you can ask for help and talk to people from around the world. Join the conversation on [Github Support Community](https://github.community/). +{% data variables.product.product_name %} has a great support community where you can ask for help and talk to people from around the world. Join the conversation on [Github Support Community](https://github.community/) From fe40344649e10b138fe61bc89746c58f47b3ddc8 Mon Sep 17 00:00:00 2001 From: Felicity Chapman Date: Tue, 22 Jun 2021 18:05:34 +0100 Subject: [PATCH 23/23] Apply minor updates from code review --- content/get-started/quickstart/be-social.md | 2 +- content/get-started/quickstart/create-a-repo.md | 4 ++-- content/get-started/quickstart/fork-a-repo.md | 2 +- content/get-started/quickstart/set-up-git.md | 2 +- data/reusables/support/connect-in-the-forum-bootcamp.md | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/content/get-started/quickstart/be-social.md b/content/get-started/quickstart/be-social.md index 77a91e108560..3615cb1ceecc 100644 --- a/content/get-started/quickstart/be-social.md +++ b/content/get-started/quickstart/be-social.md @@ -76,4 +76,4 @@ You're now connected to the {% data variables.product.product_name %} community. - To synchronize your {% data variables.product.product_name %} projects with your computer, you can set up Git. For more information see "[Set up Git](/articles/set-up-git)." - You can also create a repository, where you can put all your projects and maintain your workflows. For more information see, "[Create a repository](/articles/create-a-repo)." - You can fork a repository to make changes you want to see without affecting the original repository. For more information, see "[Fork a repository](/articles/fork-a-repo)." -- {% data reusables.support.connect-in-the-forum-bootcamp %}. +- {% data reusables.support.connect-in-the-forum-bootcamp %} diff --git a/content/get-started/quickstart/create-a-repo.md b/content/get-started/quickstart/create-a-repo.md index 3d6468e17651..d1013eb7006b 100644 --- a/content/get-started/quickstart/create-a-repo.md +++ b/content/get-started/quickstart/create-a-repo.md @@ -81,10 +81,10 @@ Let's commit a change to the *README* file. Congratulations! You have now created a repository, including a *README* file, and created your first commit on {% data variables.product.product_location %}. -You can now clone a {% data variables.product.product_name %} repository to create a local copy on your computer. From your local repository you can commit, and create a pull request to update the changes in upstream repository. For more information, see "[Cloning a repository](/github/creating-cloning-and-archiving-repositories/cloning-a-repository)" and "[Set up Git](/articles/set-up-git)." +You can now clone a {% data variables.product.product_name %} repository to create a local copy on your computer. From your local repository you can commit, and create a pull request to update the changes in the upstream repository. For more information, see "[Cloning a repository](/github/creating-cloning-and-archiving-repositories/cloning-a-repository)" and "[Set up Git](/articles/set-up-git)." You can find interesting projects and repositories on {% data variables.product.product_name %} and make changes to them by creating a fork of the repository. For more information see, "[Fork a repository](/articles/fork-a-repo)." Each repository in {% data variables.product.product_name %} is owned by a person or an organization. You can interact with the people, repositories, and organizations by connecting and following them on {% data variables.product.product_name %}. For more information see "[Be social](/articles/be-social)." -{% data reusables.support.connect-in-the-forum-bootcamp %}. +{% data reusables.support.connect-in-the-forum-bootcamp %} diff --git a/content/get-started/quickstart/fork-a-repo.md b/content/get-started/quickstart/fork-a-repo.md index d3a9c2e69c11..c42001c8e233 100644 --- a/content/get-started/quickstart/fork-a-repo.md +++ b/content/get-started/quickstart/fork-a-repo.md @@ -154,4 +154,4 @@ You can also create a new repository where you can put all your projects and sha Each repository in {% data variables.product.product_name %} is owned by a person or an organization. You can interact with the people, repositories, and organizations by connecting and following them on {% data variables.product.product_name %}. For more information see "[Be social](/articles/be-social)." -{% data reusables.support.connect-in-the-forum-bootcamp %}. +{% data reusables.support.connect-in-the-forum-bootcamp %} diff --git a/content/get-started/quickstart/set-up-git.md b/content/get-started/quickstart/set-up-git.md index f86083337d82..b9743d391cc7 100644 --- a/content/get-started/quickstart/set-up-git.md +++ b/content/get-started/quickstart/set-up-git.md @@ -62,4 +62,4 @@ You can create a copy of a repository by forking it and propose the changes that Each repository in {% data variables.product.product_name %} is owned by a person or an organization. You can interact with the people, repositories, and organizations by connecting and following them on {% data variables.product.product_name %}. For more information see "[Be social](/articles/be-social)." -{% data reusables.support.connect-in-the-forum-bootcamp %}. +{% data reusables.support.connect-in-the-forum-bootcamp %} diff --git a/data/reusables/support/connect-in-the-forum-bootcamp.md b/data/reusables/support/connect-in-the-forum-bootcamp.md index d5728ae9ad75..5c2fbea04f36 100644 --- a/data/reusables/support/connect-in-the-forum-bootcamp.md +++ b/data/reusables/support/connect-in-the-forum-bootcamp.md @@ -1 +1 @@ -{% data variables.product.product_name %} has a great support community where you can ask for help and talk to people from around the world. Join the conversation on [Github Support Community](https://github.community/) +{% data variables.product.product_name %} has a great support community where you can ask for help and talk to people from around the world. Join the conversation on [Github Support Community](https://github.community/).