create a new repository on the command line
$ echo "# reading-list1" >> README.mdor push an existing repository from the command line
$ git remote add originmove into another branch
$ git checkoutpull
$ git pullcommit & push
$ git commit -am "commit message"
0 Comments