From fef738cf9f8259f1074fc70a6b062cf4800e06a3 Mon Sep 17 00:00:00 2001 From: krishna kakade Date: Fri, 16 Oct 2020 14:56:31 +0530 Subject: [PATCH] added Git Handbook link to further reading section added Git Handbook link to further reading section --- .../github/using-git/pushing-commits-to-a-remote-repository.md | 1 + 1 file changed, 1 insertion(+) diff --git a/content/github/using-git/pushing-commits-to-a-remote-repository.md b/content/github/using-git/pushing-commits-to-a-remote-repository.md index 16c6cf98a083..6bf2846fc41c 100644 --- a/content/github/using-git/pushing-commits-to-a-remote-repository.md +++ b/content/github/using-git/pushing-commits-to-a-remote-repository.md @@ -110,3 +110,4 @@ For more information on working with forks, see "[Syncing a fork](/articles/sync - [`git remote` man page](https://git-scm.com/docs/git-remote.html) - "[Git cheatsheet](/articles/git-cheatsheet)" - "[Git workflows](/articles/git-workflows)" +- "[Git Handbook](https://guides.github.com/introduction/git-handbook/)"