From 73ae36a3af04cfe0f874791a4c6b6bcdcef62d8e Mon Sep 17 00:00:00 2001 From: Gaurav Agarwal Date: Tue, 6 Aug 2019 10:15:23 +0530 Subject: [PATCH] Adding push global setting. --- code-samples/07-git/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/code-samples/07-git/README.md b/code-samples/07-git/README.md index bb320bf..fcbb067 100644 --- a/code-samples/07-git/README.md +++ b/code-samples/07-git/README.md @@ -16,6 +16,7 @@ Gremlins Repo: https://github.com/AgarwalConsulting/gremlins git config --global color.ui true git config --global user.name 'Gaurav Agarwal' git config --global user.email 'algogrit@gmail.com' +git config --global push.default current ``` ## Resolutions