# Git Astuces

## Introduction

* [Découverte de Git](https://fr.atlassian.com/git/tutorials/learn-git-with-bitbucket-cloud) (par Bitbucket)
* Le livre complet [**Pro Git book**](https://git-scm.com/book/fr/v2) écrit par Scott Chacon & Ben Straub est consultable gratuitement en ligne (disponible en 13 langues) :\
  [English](https://git-scm.com/book/en), български език, Español, Français, Ελληνικά, 日本語, 한국어, Nederlands, Русский, Slovenščina, Tagalog, Українська, 简体中文. Ou en téléchargement au format [.pdf](https://github.com/progit/progit2-fr/releases/download/2.1.37/progit_v2.1.37.pdf), [.epub](https://github.com/progit/progit2-fr/releases/download/2.1.37/progit_v2.1.37.epub) ou[ .mobi](https://github.com/progit/progit2-fr/releases/download/2.1.37/progit_v2.1.37.mobi)
* [Débuter avec Git et Github par Sébastien Saunier](https://www.youtube.com/watch?v=V6Zo68uQPqE) – Le Wagon (2014)
* Aide-mémoire GitHub Git : [Mémo en français](https://services.github.com/on-demand/downloads/fr/github-git-cheat-sheet/) fourni par GitHub (disponible également en version [PDF](https://services.github.com/on-demand/downloads/fr/github-git-cheat-sheet.pdf))
* [Comment rédiger ses messages de commit](https://chris.beams.io/posts/git-commit/)
* [Learn Git Branching](https://learngitbranching.js.org/), une application conçue pour aider les débutants à saisir les puissants concepts derrière les branches en travaillant avec git.
* [Formation sur Git](https://www.grafikart.fr/formations/git) par Grafikart (3h30 de vidéos en français)
* [Git Novice](http://swcarpentry.github.io/git-novice/) : un guide étape par étape expliquant aux novices comment utiliser git
* Blog de [Junio C Hamano](https://git-blame.blogspot.com/)

***

## Ressources

{% embed url="<https://git-lfs.github.com/>" %}
