From ec6038de328ffe1c19c80ca3b5d437e3f1e88b54 Mon Sep 17 00:00:00 2001 From: Suman Date: Thu, 17 Oct 2019 09:59:53 +0530 Subject: [PATCH] Added Git --- src/programming/unix-linux.json | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/src/programming/unix-linux.json b/src/programming/unix-linux.json index 1f5eaf3..674b103 100644 --- a/src/programming/unix-linux.json +++ b/src/programming/unix-linux.json @@ -383,6 +383,23 @@ "description": "move cursor backward 1 word" } ] + }, + { + "title": "Git", + "CONFIGURE TOOLING": [ + { + "command": "git config --global user.name "[name]"", + "description": "Sets the name you want attached to your commit transactions" + }, + { + "command": "git config --global user.email "[email address]"", + "description": "Sets the email you want attached to your commit transactions" + }, + { + "command": "git config --global color.ui auto", + "description": "Enables helpful colorization of command line output" + } + ] } ] }