Saturday, 23 April 2016

How to use GIT on windows with command line interface ?


Download Git for Windows from 
https://git-for-windows.github.io/

It will install 2 main components :
 1. Git GUI

 2. Git Bash


Checking Git bash

Display your file status (Checks which files are in which state)
$ cd "/local_path"
$ git status

No comments:

Post a Comment

Note: only a member of this blog may post a comment.