Git

From Tom's notes
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"