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