From 512ad36b2724a3bc888d5d5cf85bb79e30e229d1 Mon Sep 17 00:00:00 2001 From: jamalgithub Date: Mon, 25 Sep 2017 15:25:51 +0000 Subject: [PATCH 1/3] add change to readme.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index aaaaa47..e51a7e1 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,3 @@ # git_tutorial Tutorial of git configuration and how to use it +---- From e68ee638dc741334bce099bcb1bc2e2f0d84fda7 Mon Sep 17 00:00:00 2001 From: jamalgithub Date: Mon, 25 Sep 2017 15:35:20 +0000 Subject: [PATCH 2/3] add change to git-tuto.txt --- git-tuto.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/git-tuto.txt b/git-tuto.txt index 295bde0..9af6b02 100644 --- a/git-tuto.txt +++ b/git-tuto.txt @@ -53,6 +53,9 @@ git branch #A branche is pointer to a specific commit git branch slave +# +git push origin master + #switch between branchs.for example branch slave git checkout slave ls From 80bf52c775e9909a8428e9c0491f479eaa983261 Mon Sep 17 00:00:00 2001 From: jamalgithub Date: Tue, 26 Sep 2017 11:06:42 +0000 Subject: [PATCH 3/3] commit 2 for readme.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index e51a7e1..8b8d9ea 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,4 @@ # git_tutorial Tutorial of git configuration and how to use it ---- +****