Hello World!
Today i teach you how to upload your file to GitHub by using git.
1.git clone _repository-link_
download GitHub repository to device.
after cloning repository you can add some files on this file.
2.git status
You can see aded files.
3.git add _filename_ or (.)
for add new files.
4.git commit -m "anything"
5.And finally git push
you upload your repository with your new files.
Top comments (0)