git create a repository and a branch

git -- Posted on July 15, 2017

git create a repository and a branch

              
                git init 
git checkout -b new_branch
                  
   
            

Related Posts