How to add a
project to GitHub?
1-First, signup
on Github.
–›Next,
Download Git for you OS from this page: Git-dowlands.
Create a new
repositories space.
Get the
repotiries space name trial.
Log in
Githbash and we are entering into the project we want to install.we've got
it activated.
» cd TRİAL1
»git init
» git
add
We are
uploading in the github all the files
»git
commit -m "upload new file"
Commit the
repositories
After
creating new repository we're copying the link to our repositories.
»git remote add origin 'link'
"link"
write the repositories link
»git push
-u origin master
We're moving
our project to Github










