You are on page 1of 1

Always Add Readme.

md at last using UI
Go to the directory -> Git Bash here
1.
2.
3.
4.
5.
6.
7.

git
git
git
git
git
git
git

init
pull https://github.com/mohanck/CompleteCoffee.git
add .
commit -m 'initial commit comment'
remote add origin https://github.com/mohanck/CompleteCoffee.git
pull origin master
push origin master

You might also like