Difference between revisions of "Git"

From Tom's notes
Jump to navigation Jump to search
(Created page with "=Server= Setting up a new repository: https://git-scm.com/book/en/v1/Git-on-the-Server-Setting-Up-the-Server =Windows= ==Installing== Download git for windows: https://git-sc...")
 
(No difference)

Latest revision as of 20:18, 10 April 2016

Server

Setting up a new repository: https://git-scm.com/book/en/v1/Git-on-the-Server-Setting-Up-the-Server

Windows

Installing

Download git for windows: https://git-scm.com/download/win

Configuring git

git config --global user.name "User Name"
git config --global user.email "email@domain"

Enable plink

set GIT_SSH="C:\Program Files (x86)\PuTTY\plink.exe"