From 11d043fca3c2d5143caf80fa6c4442cb7a32c2ba Mon Sep 17 00:00:00 2001 From: Abhi-4793 Date: Thu, 1 Oct 2020 23:14:10 +0530 Subject: [PATCH 1/2] update name.md and add some linux command to insatll git in readme.md --- Name.md | 1 + README.md | 5 ++++- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/Name.md b/Name.md index 07b8d6c..7d9048d 100644 --- a/Name.md +++ b/Name.md @@ -6,6 +6,7 @@ Danish Jamal --> android
marunga bhut Keenu Reves --> ML
Tom --> web
+Abhinav krishna singh -->cyber security
### 2nd PR https://github.com/ravisaxena23/Hacktoberfest-pull-request diff --git a/README.md b/README.md index 92c42bb..d40f1e3 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,10 @@ `https://git-scm.com/downloads` #### git dekstop `https://desktop.github.com/` - +### command to insatll git for linux user (debian/ubuntu) + * `sudo apt update` (update the package) + * `sudo apt install git` (install git) + * `git --version` (verify) ### step 2 ## install VS code `https://code.visualstudio.com/` From 35797529af2ea01ae6aa1282e98028f75478ec0c Mon Sep 17 00:00:00 2001 From: Abhi-4793 Date: Thu, 1 Oct 2020 23:21:04 +0530 Subject: [PATCH 2/2] update name.md and add some linux command to insatll git in readme.md --- README.md | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/README.md b/README.md index d40f1e3..673c732 100644 --- a/README.md +++ b/README.md @@ -6,26 +6,26 @@ #### git dekstop `https://desktop.github.com/` ### command to insatll git for linux user (debian/ubuntu) - * `sudo apt update` (update the package) - * `sudo apt install git` (install git) - * `git --version` (verify) + * `sudo apt update` (update the package)
+ * `sudo apt install git` (install git)
+ * `git --version` (verify)
### step 2 ## install VS code `https://code.visualstudio.com/` ## git bash basic commands -To clone repo -`git clone repo` -To push -`git push branch name` -To pull -`git pull` -To add -`git add .` -To commit -`git commit -m "message"` -To create branch -`git branch` +To clone repo
+`git clone repo`
+To push
+`git push branch name`
+To pull
+`git pull`
+To add
+`git add .`
+To commit
+`git commit -m "message"`
+To create branch
+`git branch`
### hacktoberfest link https://hacktoberfest.digitalocean.com/