From 6fcd2e3cd7988bdeee6c826995178895a3229018 Mon Sep 17 00:00:00 2001 From: Mr-Struck <66813999+Mr-Struck@users.noreply.github.com> Date: Fri, 2 Oct 2020 16:11:31 +0530 Subject: [PATCH] Update git-commands --- git-commands.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/git-commands.json b/git-commands.json index 4f8e96f..a835eca 100644 --- a/git-commands.json +++ b/git-commands.json @@ -2,5 +2,9 @@ { "title": "git init", "description": "The git init command creates a new Git repository. It can be used to convert an existing, unversioned project to a Git repository or initialize a new, empty repository." + }, + { + "title": "git push", + "description": "Upload the file to git-hub". } ]