Git client

Todo

** !! page under construction !! **

Introduction

Here is a list of day to day command for git. It is supposed to have a Git server. First operations are previously made on the git server (creation and initialisation of the project repository).

Here is only few commands to use git day after day (commit, push, add, …).


Installation

On Debian like OS, the minimal installation is made with:

sudo apt-get install git

Graphical tools can be installed (ie [git-cola](https://git-cola.github.io/index.html “git-cola”) or ie [gitk](https://git-scm.com/docs/gitk “gitk - The Git repository browser”))

sudo apt-get install git-cola