Featured
-
No Featured Found!
Tags
Github: How to add files to git repository via command line
This blog will help you to understand how to add files to your git repository:
Step 1: Move the files into local directory which you want to upload to Github that was created when you cloned the repository.
Step 2: Open and change the curre...