Les deux révisions précédentesRévision précédenteProchaine révision | Révision précédente |
informatique:git [2024/12/03 07:22] – alexis | informatique:git [2024/12/03 07:24] (Version actuelle) – alexis |
---|
* Ajouter une section sur les préférences de l'utilisateur par dépot | * Ajouter une section sur les préférences de l'utilisateur par dépot |
</WRAP> | </WRAP> |
| |
===== Variables d'environnement ===== | |
* **GIT_SEQUENCE_EDITOR** : Cette variable surcharge l'éditeur configuré lors de l'édition de la liste d'opérations à effectuer lors d'un //rebase// interractif. | |
* **GIT_TERMINAL_PROMPT** (([[https://serverfault.com/questions/544156/git-clone-fail-instead-of-prompting-for-credentials|automation - git clone - fail instead of prompting for credentials - Server Fault]])): Si cette variable est initialisée à ''0'', ''git'' n'affichera pas l'invite de commande (par exemple, pour demander les identifiants de connexion HTTP). | |
<code bash> | |
# La commande suivante va s'arrêter en erreur sans proposer l'invite de commande | |
GIT_TERMINAL_PROMPT=0 git clone https://github.com/some/non-existing-repo | |
</code> | |
| |
===== Liens utiles ===== | |
<tabbox Aide mémoire> | |
- [[http://git-scm.com/docs|Index des commandes]] | |
- [[http://ndpsoftware.com/git-cheatsheet.html|Aide mémoire Git]] | |
- [[http://www.cheat-sheets.org/saved-copy/git-cheat-sheet.pdf|Aide mémoire Git]] | |
- [[http://git-scm.com/book|Version en ligne et complète du livre «Pro Git»]] | |
- [[https://github.com/ineat/refcards/blob/master/git/FR.md|refcards/FR.md at master · ineat/refcards]] | |
<tabbox Pour commencer> | |
- [[http://danielmiessler.com/study/git/|A git Primer]] | |
- [[http://githowto.com/|Git How To]] | |
- [[http://www.vogella.com/tutorials/Git/article.html|Git - Tutorial]] | |
- [[http://lilobase.wordpress.com/2014/05/12/a-la-decouverte-de-git|Ce que j’aurais aimé savoir quand j’ai commencé Git]] | |
- [[https://wiki.openstack.org/wiki/GitCommitMessages|Git commit good practice]] | |
- [[http://try.github.io|Un cours étape par étape pour apprendre à se servir de Git]] | |
- [[http://connect.ed-diamond.com/GNU-Linux-Magazine/GLMF-119/Git-it|Git it, article pour commencer avec Git]] | |
- [[http://gitimmersion.com/|Git immersion]] | |
- [[http://www.learnenough.com/git-tutorial|Learn Enough Git to Be Dangerous]] | |
- [[https://dev.to/unseenwizzard/learn-git-concepts-not-commands-4gjc|Learn git concepts, not commands - DEV Community 👩💻👨💻]] | |
- [[https://jwiegley.github.io/git-from-the-bottom-up/|Git from the Bottom Up]] | |
<tabbox Pour aller plus loin> | |
- [[http://alexpeattie.com/blog/working-with-dates-in-git/|Working with dates in Git]] | |
- [[http://www.freeklijten.nl/home/2011/07/05/Git-commit-hooks-using-PHP|Git commit hooks using PHP]] | |
- [[http://git-scm.com/book/en/Customizing-Git-Git-Hooks|Customizing Git - Git Hooks]] | |
- [[http://blog.timcrider.com/2010/08/16/php-syntax-checker-for-git-repository-changes/|PHP syntax checker for Git repository changes]] | |
- [[https://chanux.wordpress.com/2013/06/20/composer-phar-composer-lock-and-git/|Composer.phar, composer.lock and git]] | |
- [[http://stackoverflow.com/questions/540535/managing-large-binary-files-with-git|Managing large binary files with git]] | |
- [[http://connect.ed-diamond.com/GNU-Linux-Magazine/GLMF-101/Git-pour-les-futurs-barbus|Git pour les (futurs) barbus]] | |
- [[http://think-like-a-git.net|Think Like (a) Git]] | |
- [[http://www.git-attitude.fr/2013/05/22/prompt-git-qui-dechire|Un prompt Git qui déchire]] | |
- [[http://www.git-attitude.fr/2014/05/04/bien-utiliser-git-merge-et-rebase|Bien utiliser Git merge et rebase]] | |
- [[http://nvie.com/posts/a-successful-git-branching-model/|Une explication détaillée pour un système de branches efficace]] | |
- [[http://gitready.com/|Apprendre git un commit à la fois]] | |
- [[http://www.miximum.fr/tutos/1546-enfin-comprendre-git|Pour arrêter de galérer avec Git]] | |
- [[http://www.vogella.com/tutorials/Git/article.html|Git - tutorial]] | |
- [[http://www.alexkras.com/19-git-tips-for-everyday-use/|19 Tips For Everyday Git Use]] | |
- [[http://www.iliveinperego.com/2013/12/local-git-repository-with-composer/|Local git repository with composer]] | |
- [[http://haacked.com/archive/2014/07/28/github-flow-aliases/|GitHub Flow Like a Pro with these 13 Git Aliases]] | |
- [[http://danielkummer.github.io/git-flow-cheatsheet/index.fr_FR.html|Git Flow cheatsheet]] | |
- [[https://dev.ghost.org/easy-git-pr-test/|Test Any Open Source Pull Request in Seconds]] | |
- [[https://blog.eleven-labs.com/fr/debugging-with-git/|Débugger avec Git]] | |
- [[http://www-cs-students.stanford.edu/~blynn/gitmagic/intl/fr/index.html|Git magic]] | |
- [[https://stackoverflow.com/questions/89332/how-to-recover-a-dropped-stash-in-git|How to recover a dropped stash in Git?]] | |
- [[https://mghignet.github.io/git-dammit-talk/|Git dammit!]] | |
- [[https://dev.to/daolf/git-series-13-understanding-git-for-real-by-exploring-the-git-director--5bd0|Understanding git for real by exploring the .git directory - DEV]] | |
- [[https://www.atlassian.com/blog/git/tear-apart-repository-git-way|How to tear apart a repository: the Git way - Work Life by Atlassian]] | |
- [[https://blog.plover.com/prog/git/tips-2.html|The Universe of Discourse : Things I wish everyone knew about Git (Part II)]] | |
- [Et merde, Git!?!](https://ohshitgit.com/fr) | |
| |
| |
| |
<tabbox Humour> | |
- sur [[http://angriestprogrammer.com/comic/source_control|angriestprogrammer.com]] | |
- sur [[http://xkcd.com/1296/|xkcd.com]] | |
- sur [[http://www.commitstrip.com/fr/2013/11/05/git-svn-ou/|commitstrip.com]] | |
- [[https://hikaruzone.files.wordpress.com/2015/10/in-case-of-fire-1-git-commit-2-git-push-3-leave-building.pdf|En cas d'incendie]] et [[https://github.com/qw3rtman/git-fire|le script]] qui va avec. | |
- sur [[http://xkcd.com/1597/|xkcd.com]] encore | |
</tabbox> | |
| |
| |