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...
Github: How to install and setup Github on Ubuntu 14.04
Install Github
First update the apt-get package lists with this command apt-get update then install git.
$ sudo apt-get update
$ sudo apt-get install git
Now git has been installed on Ubuntu, lets setup git.
How to set up Git
No...