DEV Community

Elmurod
Elmurod

Posted on

Upload repository to GitHub with Git.

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 statusYou 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)