Posts

Showing posts from February, 2015

Github Installation

Hi Friends, After long time, I came to my blog and thought to share something new. So i picked up GitHub installation and How to use GitHub? Its very easy to use GitHub All you need to do is, Open github.com -> Sign up your account Here you can create your own repository and you can share the link with your colleagues. How to install and use Git in Windows ===================================== 1. Download git from http://git-scm.com/downloads 2. Right Click on downloaded installer 3. Click ‘Run as Administrator’ 4. Install using default settings except for “Adjusting your Path Environment” Choose “Use Git from the Windows Command Prompt” 5. Start a Windows Command Prompt 6. CD to a new directory where you want to store your local repository 7. run “git clone <repository path>” e.g. “git clone https://github.com/YOUR_REPOSITORY_PATH” 8. Enter your github username and password 9. You can now make changes to the local repository and run any git command as and when it’s...