Skip to content

Latest commit

 

History

History
19 lines (16 loc) · 408 Bytes

File metadata and controls

19 lines (16 loc) · 408 Bytes

Step 1

git config --global user.name "Your Name"
git config --global user.email "Your Email" 

Step 2

Create Your repostory in GitHub Or get old repostory ' .git '

Step 3

git clone https://github/your_name/repository.git
cd repository
# copy & past your Porject in Folder repository
git add .
git commit -m "I am uplode My Porject"
git push -u origin master