Git :
Git is a version control system (VCS) for tracking changes in computer files and coordinating work on those files among multiple people. It is primarily used for software development,but it can be used to keep track of changes in any files. As a distributed revision control system it is aimed at speed,data integrity and support for distributed, non-linear workflows
Steps to Install Git:
Download Latest Git installer Git For Windows.
While installing Git make sure you check 2 check boxes. GIT Bash and GIT GUI.
When you've successfully started the installer, you should see the Git Setup wizard screen. Follow the Next and Finish prompts to complete the installation.
While installing keep default options that will be ok for most of the users.
Once the installation is done if you search for git you will see Git Bash and GitGUI.
GitBash:
Git for Windows provides a BASH emulation used to run Git from the command line. *NIX users should feel right at home, as the BASH emulation behaves just like the "git" command in LINUX and UNIX environments.
Git for Windows also provides the Git GUI, a powerful alternative to Git BASH, offering a graphical version of just about every Git command line function, as well as comprehensive visual diff tools.
Shell Integration:
Simply right-click on a folder in Windows Explorer to access the BASH or GUI.
Next Post on Create Repository and Clone it to Local Machine.
Create Repo Using GitHub
Git is a version control system (VCS) for tracking changes in computer files and coordinating work on those files among multiple people. It is primarily used for software development,but it can be used to keep track of changes in any files. As a distributed revision control system it is aimed at speed,data integrity and support for distributed, non-linear workflows
Steps to Install Git:
Download Latest Git installer Git For Windows.
While installing Git make sure you check 2 check boxes. GIT Bash and GIT GUI.
When you've successfully started the installer, you should see the Git Setup wizard screen. Follow the Next and Finish prompts to complete the installation.
While installing keep default options that will be ok for most of the users.
Once the installation is done if you search for git you will see Git Bash and GitGUI.
GitBash:
Git for Windows provides a BASH emulation used to run Git from the command line. *NIX users should feel right at home, as the BASH emulation behaves just like the "git" command in LINUX and UNIX environments.
GitGUI:
Shell Integration:
Simply right-click on a folder in Windows Explorer to access the BASH or GUI.
Next Post on Create Repository and Clone it to Local Machine.
Create Repo Using GitHub