Skip to content

Instantly share code, notes, and snippets.

View onderozcan's full-sized avatar
🎯
Focusing

Onder OZCAN onderozcan

🎯
Focusing
View GitHub Profile
@Integralist
Integralist / remote-git.md
Created February 21, 2012 09:51
Basic set-up of remote git repository on a standard server

Set-up remote git repository on a standard server

The first thing to do is to install Git on the remote server.

Once you do that the rest of the process is split into three sections:

  1. Server set-up
  2. Local set-up (push commits)
  3. Server (pull commits)