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
It provides the Git GUI (Graphical interface for WIndows users)
2. Git Bash
It
provides a BASH emulation used to run Git from the command line and behaves like running git commands on Linux.
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.
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment
Note: only a member of this blog may post a comment.