From e465dd298d207a5817a9fcee412b751ffa5e6516 Mon Sep 17 00:00:00 2001 From: debajit13 Date: Wed, 2 Oct 2019 19:15:08 +0530 Subject: [PATCH] Create and go to another branch added! --- README.md | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index b7cf06a..ecc3fc3 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ Created by: GDG-LOGO < -Git is a version-control tool by which you can work in any project with teams and it will store the history and checkpoints of all the changes you are making in that project. So if you are facing any issue in current version of your project, using Git you can restore to previous stable version. Git is an essential tool for open-source contribution and any development area. :pill: +Git is a distributed version-control tool by which you can work in any project with teams and it will store the history and checkpoints of all the changes you are making in that project. So if you are facing any issue in current version of your project, using Git you can restore to previous stable version. Git is an essential tool for open-source contribution and any development area. :pill:
@@ -32,7 +32,7 @@ Git is a version-control tool by which you can work in any project with teams an -Install that downloaded file - + * **Git for Debian:** @@ -246,7 +246,13 @@ Go to another branch git checkout branchName ``` -View all branches +Create and go to that created branch + +``` +git checkout -b +``` + +View all branches ``` git branch @@ -258,7 +264,7 @@ Merge branchs git branch branchName ``` -Delete branch +Delete branch ``` git branch -d branchName