Featured
-
No Featured Found!
Tags
Getting a Git Repository
Importing the GIT Repository :
Getting the Git repository is very easy. A git repository is a place where the copy of a project is tacked.We can import the git repository or project from local or remote machine. We can get the git repository in ...
git Installation on Ubuntu
git Installation on Ubuntu
Installing GIT on locally : Git is a open source project version control system. Before you start using Git, you have to make it available on your computer. Even if its already installed, its probably a good idea to ...