diff --git a/README.md b/README.md index aaaaa47..8b8d9ea 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,4 @@ # git_tutorial Tutorial of git configuration and how to use it +---- +**** 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