Git

From Tom's notes
Revision as of 20:18, 10 April 2016 by Tom (talk | contribs) (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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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"