01.Pushing a local project to a git hub repository.

 

Push GitHub

Pushing a local project to a git hub repository.

--------------------------------------------------------------------------------

01.git clone https://github.com/LahiruPriyankara/MicroService-Project-One.git

02.cd MicroService-Project-One

03.copy and pase project to that folder

04.git remote -v

05.git add .

06.git commit -m "First commit"

07.git push origin master


URL for Tutorial

https://www.youtube.com/watch?v=h1e8oC7g0Ps

--------------------------------------------------------------------------------



1rd .git /S/Q

git clone repository_URL

copy and pase project to that file

git init

git add .

git commit -m "First commit"

git remote add origin repository_URL

# Sets the new remote

git remote -v

# Verifies the new remote URL


git push origin master 




Comments

Popular posts from this blog

09.Data Binding.

Data Normalization

Why you see it in IntelliJ but not in your project folder