git

Git Management

Technologies: 

Associating your local repo to a repo in third party Git repository, say Bitbucket.

Step 1: Switch to your repository's directory

cd /path/to/your/repo

Step 2: Connect your existing repository to Bitbucket

Using Git

Technologies: 

Version control of code files is important. Also important is to ensure that it is accessible throughout and also to the community from which we gain. I tried creating an account in GitHub, create and fork a repository and add files via commandline using git in Github.

Setting Up Git: