Ci-dessous, les différences entre deux révisions de la page.
| Les deux révisions précédentes Révision précédente Prochaine révision | Révision précédente |
| git:accueil [2025/03/13 17:08] – [Git] ADD LINK phsw | git:accueil [2025/10/26 23:04] (Version actuelle) – [Git] add link phsw |
|---|
| * [[https://github.com/k88hudson/git-flight-rules|Flight rules for Git]] | * [[https://github.com/k88hudson/git-flight-rules|Flight rules for Git]] |
| * [[https://blog.shevarezo.fr/post/2025/03/12/git-sparse-checkout|Gérer efficacement vos dépôts avec git sparse-checkout]] | * [[https://blog.shevarezo.fr/post/2025/03/12/git-sparse-checkout|Gérer efficacement vos dépôts avec git sparse-checkout]] |
| | * [[https://refactoringenglish.com/chapters/commit-messages/|How to Write Useful Commit Messages]] |
| | * [[https://www.chiark.greenend.org.uk/~sgtatham/quasiblog/git-no-forge/|Git without a forge]] |
| | * [[https://blog.gitbutler.com/how-git-core-devs-configure-git/|How Core Git Developers Configure Git]] |
| | * [[https://maurycyz.com/misc/easy_git/|You already have a git server]] |
| |
| |
| * [[https://avestura.dev/blog/creating-a-git-commit-the-hard-way|Creating a Git commit: The Hard Way]] | * [[https://avestura.dev/blog/creating-a-git-commit-the-hard-way|Creating a Git commit: The Hard Way]] |
| * [[https://blog.brachiosoft.com/en/posts/git/|A Git story: Not so fun this time]] | * [[https://blog.brachiosoft.com/en/posts/git/|A Git story: Not so fun this time]] |
| | * [[https://blog.gitbutler.com/20-years-of-git/|20 years of Git. Still weird, still wonderful.]] |
| |
| |
| |
| <code bash> | <code bash> |
| GIT_TRACE=true GIT_CURL_VERBOSE=true GIT_SSH_COMMAND="ssh -vvv" git fetch | time GIT_TRACE=true GIT_CURL_VERBOSE=true GIT_SSH_COMMAND="ssh -vvv" GIT_TRACE_PACK_ACCESS=true GIT_TRACE_PACKET=true GIT_TRACE_PACKFILE=true GIT_TRACE_PERFORMANCE=true GIT_TRACE_SETUP=true GIT_TRACE_SHALLOW=true git pull |
| </code> | </code> |
| |