SuperITMan links
Tag cloud
Picture wall
Daily
RSS Feed
  • RSS Feed
  • Daily Feed
  • Weekly Feed
  • Monthly Feed
Filters

Links per page

  • 20 links
  • 50 links
  • 100 links

Filters

Untagged links
14 results tagged git  ✕
Git - Rerere https://git-scm.com/book/en/v2/Git-Tools-Rerere
Thu Jan 2 22:07:49 2025
QRCode
cluster icon
  • Learn Git with Bitbucket Cloud | Atlassian Git Tutorial : Nice interactive tutorial to learn the basic of Git.
  • reposurgeon(1) : Tool to migrate a project from SVN to Git. Seems nice. To test asap
  • Trouver le commit foireux à l'aide de git bisect - Tiger-222 : Petit guide sur git bisect.
  • Comment avoir plusieurs profils Git ? | vmaerten's blog : À configurer absolument pour mes projets open source. /!\ configurer un path insensitive !!! [includeIf "gitdir/i:c:/path/subpath/GitHub/"] path = c:/...
  • Configuration git - Tiger-222 : Partage d'une configuration git

7.9 Git Tools - Rerere
Rerere

The git rerere functionality is a bit of a hidden feature. The name stands for “reuse recorded resolution” and, as the name implies, it allows you to ask Git to remember how you’ve resolved a hunk conflict so that the next time it sees the same conflict, Git can resolve it for you automatically.

There are a number of scenarios in which this functionality might be really handy. One of the examples that is mentioned in the documentation is when you want to make sure a long-lived topic branch will ultimately merge cleanly, but you don’t want to have a bunch of intermediate merge commits cluttering up your commit history. With rerere enabled, you can attempt the occasional merge, resolve the conflicts, then back out of the merge. If you do this continuously, then the final merge should be easy because rerere can just do everything for you automatically.

git tips
GitButler | Git Branching, Refined https://gitbutler.com/
Wed Mar 6 20:31:47 2024
QRCode
cluster icon
  • Et merde, Git!?! : Liste de tutos pour résoudre des problèmes fréquemment rencontrés avec git
  • WSL2, zsh, and docker. Linux through Windows. - Nicky blogs : Nice tutorial about wsl2, zsh, git, oh-my-zsh
  • byeCloud: GitLab with Docker and Traefik - davd.io : Some interesting config for docker-compose to run traefik and gitlab
  • Git - Rerere : 7.9 Git Tools - Rerere Rerere The git rerere functionality is a bit of a hidden feature. The name stands for “reuse recorded resolution” and, as the n...
  • Débuter avec git Archives - Carl Chenet's Blog : quelques tutos sympas pour démarrer avec git :-)
thumbnail

GUI for git on MacOS

macos git
Comment avoir plusieurs profils Git ? | vmaerten's blog https://vmaerten.io/posts/comment-avoir-plusieurs-profils-git/
Mon Dec 4 00:02:19 2023
QRCode
cluster icon
  • Configuration git - Tiger-222 : Partage d'une configuration git
  • Et merde, Git!?! : Liste de tutos pour résoudre des problèmes fréquemment rencontrés avec git
  • Group Addresses – KNX Association :
  • Copy of RMM Comparison TRMM - Google Drive :
  • Solution de Partage des Connaissances pour votre Entreprise - Elium : Knowledge sharing for companies, helped by AI
thumbnail

À configurer absolument pour mes projets open source.

/!\ configurer un path insensitive !!!

[includeIf "gitdir/i:c:/path/subpath/GitHub/"]
path = c:/Users/username/.gitconfigs/git-github.conf

Ne pas oublier le /i après "gitdir:" --> "gitdir/i:"

Meilleur exemple sur https://medium.com/@mrjink/using-includeif-to-manage-your-git-identities-bcc99447b04b

[includeIf "gitdir:C:/SOURCE/PERSONAL/"]
path = .gitconfig-personal
[includeIf "gitdir:C:/SOURCE/COMPANY1/"]
path = .gitconfig-company1
[includeIf "gitdir:C:/SOURCE/COMPANY2/"]
path = .gitconfig-company2

git knowledge trick
Configuration git - Tiger-222 https://www.tiger-222.fr/?d=2023/04/06/15/21/36-configuration-git
Sun Dec 3 23:39:05 2023
QRCode
cluster icon
  • Comment avoir plusieurs profils Git ? | vmaerten's blog : À configurer absolument pour mes projets open source. /!\ configurer un path insensitive !!! [includeIf "gitdir/i:c:/path/subpath/GitHub/"] path = c:/...
  • DVCS migration HOWTO : Still about reposurgeon. Link to the migration Guide :-)
  • Et merde, Git!?! : Liste de tutos pour résoudre des problèmes fréquemment rencontrés avec git
  • GitButler | Git Branching, Refined : GUI for git on MacOS
  • Group Address & Style – KNX Association :

Partage d'une configuration git

git knowledge
Et merde, Git!?! https://ohshitgit.com/fr
Sun Dec 3 23:21:16 2023
QRCode
cluster icon
  • Tricks of the Trade: best practices for KNX group address structures – KNXtoday :
  • Trouver le commit foireux à l'aide de git bisect - Tiger-222 : Petit guide sur git bisect.
  • Comment avoir plusieurs profils Git ? | vmaerten's blog : À configurer absolument pour mes projets open source. /!\ configurer un path insensitive !!! [includeIf "gitdir/i:c:/path/subpath/GitHub/"] path = c:/...
  • Learn Git with Bitbucket Cloud | Atlassian Git Tutorial : Nice interactive tutorial to learn the basic of Git.
  • Débuter avec git Archives - Carl Chenet's Blog : quelques tutos sympas pour démarrer avec git :-)

Liste de tutos pour résoudre des problèmes fréquemment rencontrés avec git

trick tuto git
sourcehut hub https://sr.ht/
Tue Oct 24 22:54:55 2023
QRCode
cluster icon
  • Qu'est-ce que darktable ? - darktable FR : Alternative libre à Adobe Lightroom pour la retouche et la gestion de photos
  • PikaPods - Instant Open Source App Hosting :
  • Tania ・ Open Source Farm Management Sofware :
  • Self-host Wallabag & Archive the Web :
  • WSL2, zsh, and docker. Linux through Windows. - Nicky blogs : Nice tutorial about wsl2, zsh, git, oh-my-zsh

Platform with some nice open source projects!
Libre, not like Github 😉

git hosting opensource libre
Trouver le commit foireux à l'aide de git bisect - Tiger-222 http://www.tiger-222.fr/?d=2019/12/10/05/33/21-trouver-le-commit-foireux-a-laide-de-git-bisect
Fri May 1 19:43:41 2020
QRCode
cluster icon
  • Débuter avec git Archives - Carl Chenet's Blog : quelques tutos sympas pour démarrer avec git :-)
  • Et merde, Git!?! : Liste de tutos pour résoudre des problèmes fréquemment rencontrés avec git
  • Learn Git with Bitbucket Cloud | Atlassian Git Tutorial : Nice interactive tutorial to learn the basic of Git.
  • pfSense baseline guide with VPN, Guest and VLAN support : Full tutorial on pfSense secure configuration (management & guest vlans) + vpn config
  • Gestion du chauffage de bout en bout : Tutoriel complet sur la gestion du chauffage pour une maison avec homeassistant

Petit guide sur git bisect.

git tuto
byeCloud: GitLab with Docker and Traefik - davd.io https://www.davd.io/byecloud-gitlab-with-docker-and-traefik/
Mon Feb 10 15:39:03 2020
QRCode
cluster icon
  • Traefik Docker DNS Challenge Documentation - Traefik : Tutorial about the configuration for DNS challenge for let's encrypt with Traefik
  • How To Cherry Pick Git Commits – devconnected : Nice reminder on HowTo cherry-pick multi git commits from a branch to another
  • Déployer ses services auto-hébergés en quelques secondes · Cosme Charlier :
  • sourcehut hub : Platform with some nice open source projects! Libre, not like Github 😉
  • Container Manager on a Synology NAS: Docker Guide (2024) : Tuto

Some interesting config for docker-compose to run traefik and gitlab

docker git traefik
How To Cherry Pick Git Commits – devconnected https://devconnected.com/how-to-cherry-pick-git-commits/
Mon Jan 27 11:54:22 2020
QRCode
cluster icon
  • DVCS migration HOWTO : Still about reposurgeon. Link to the migration Guide :-)
  • reposurgeon(1) : Tool to migrate a project from SVN to Git. Seems nice. To test asap
  • byeCloud: GitLab with Docker and Traefik - davd.io : Some interesting config for docker-compose to run traefik and gitlab
  • WSL2, zsh, and docker. Linux through Windows. - Nicky blogs : Nice tutorial about wsl2, zsh, git, oh-my-zsh
  • Comment avoir plusieurs profils Git ? | vmaerten's blog : À configurer absolument pour mes projets open source. /!\ configurer un path insensitive !!! [includeIf "gitdir/i:c:/path/subpath/GitHub/"] path = c:/...

Nice reminder on HowTo cherry-pick multi git commits from a branch to another

git migration
DVCS migration HOWTO http://www.catb.org/~esr/reposurgeon/dvcs-migration-guide.html
Thu Jan 16 10:23:34 2020
QRCode
cluster icon
  • reposurgeon(1) : Tool to migrate a project from SVN to Git. Seems nice. To test asap
  • How To Cherry Pick Git Commits – devconnected : Nice reminder on HowTo cherry-pick multi git commits from a branch to another
  • byeCloud: GitLab with Docker and Traefik - davd.io : Some interesting config for docker-compose to run traefik and gitlab
  • Et merde, Git!?! : Liste de tutos pour résoudre des problèmes fréquemment rencontrés avec git
  • Git - Rerere : 7.9 Git Tools - Rerere Rerere The git rerere functionality is a bit of a hidden feature. The name stands for “reuse recorded resolution” and, as the n...

Still about reposurgeon. Link to the migration Guide :-)

git svn migration
reposurgeon(1) http://www.catb.org/~esr/reposurgeon/reposurgeon.html
Thu Jan 16 10:22:52 2020
QRCode
cluster icon
  • DVCS migration HOWTO : Still about reposurgeon. Link to the migration Guide :-)
  • How To Cherry Pick Git Commits – devconnected : Nice reminder on HowTo cherry-pick multi git commits from a branch to another
  • Configuration git - Tiger-222 : Partage d'une configuration git
  • Comment avoir plusieurs profils Git ? | vmaerten's blog : À configurer absolument pour mes projets open source. /!\ configurer un path insensitive !!! [includeIf "gitdir/i:c:/path/subpath/GitHub/"] path = c:/...
  • Et merde, Git!?! : Liste de tutos pour résoudre des problèmes fréquemment rencontrés avec git

Tool to migrate a project from SVN to Git. Seems nice. To test asap

svn git migration
WSL2, zsh, and docker. Linux through Windows. - Nicky blogs https://nickymeuleman.netlify.com/blog/linux-on-windows-wsl2-zsh-docker
Fri Dec 6 16:19:03 2019
QRCode
cluster icon
  • Installer Zsh, OhMyZsh! et Powerlvl10k sur Debian/Ubuntu - L'Apéro Tech :
  • Comment avoir plusieurs profils Git ? | vmaerten's blog : À configurer absolument pour mes projets open source. /!\ configurer un path insensitive !!! [includeIf "gitdir/i:c:/path/subpath/GitHub/"] path = c:/...
  • Débuter avec git Archives - Carl Chenet's Blog : quelques tutos sympas pour démarrer avec git :-)
  • Starship : CLI to improve shell experience (alternative to oh-my-zsh)
  • Et merde, Git!?! : Liste de tutos pour résoudre des problèmes fréquemment rencontrés avec git
thumbnail

Nice tutorial about wsl2, zsh, git, oh-my-zsh

wsl zsh git
Learn Git with Bitbucket Cloud | Atlassian Git Tutorial https://www.atlassian.com/git/tutorials/learn-git-with-bitbucket-cloud
Fri Dec 6 15:40:42 2019
QRCode
cluster icon
  • Et merde, Git!?! : Liste de tutos pour résoudre des problèmes fréquemment rencontrés avec git
  • Débuter avec git Archives - Carl Chenet's Blog : quelques tutos sympas pour démarrer avec git :-)
  • Trouver le commit foireux à l'aide de git bisect - Tiger-222 : Petit guide sur git bisect.
  • Disable database manager in Odoo - Numberspeaks : Tutorial explaining how to disable the Database Manager in Odoo (enabled by default...)
  • aws-how-to-guide/delete-glacier-vaults/Commands to Run.txt at main · iaasacademy/aws-how-to-guide : Tutorial in order to clean up your AWS S3 buckets

Nice interactive tutorial to learn the basic of Git.

git tuto
Débuter avec git Archives - Carl Chenet's Blog https://carlchenet.com/category/debuter-avec-git/
Wed Dec 4 12:06:28 2019
QRCode
cluster icon
  • Trouver le commit foireux à l'aide de git bisect - Tiger-222 : Petit guide sur git bisect.
  • Learn Git with Bitbucket Cloud | Atlassian Git Tutorial : Nice interactive tutorial to learn the basic of Git.
  • Et merde, Git!?! : Liste de tutos pour résoudre des problèmes fréquemment rencontrés avec git
  • linux-docs/misc/secure-boot.md at main · FrameworkComputer/linux-docs :
  • joelmathewthomas/archinstall-luks2-lvm2-secureboot-tpm2: A complete Arch Linux installation guide with luks2 full disk encryption, and logical volumes with lvm2, and added security using secure boot and tpm2 luks key enrollment for auto unlocking encrypted root. :

quelques tutos sympas pour démarrer avec git :-)

git tuto
871 links, including 81 private
Shaarli - The personal, minimalist, super-fast, database free, bookmarking service by the Shaarli community - Theme by kalvn