> For the complete documentation index, see [llms.txt](https://wiki.chamallow.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki.chamallow.com/1.-technologie/articles/git/git-astuces.md).

# 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/>" %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://wiki.chamallow.com/1.-technologie/articles/git/git-astuces.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
