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
  • WSL2, zsh, and docker. Linux through Windows. - Nicky blogs : Nice tutorial about wsl2, zsh, git, oh-my-zsh
  • sourcehut hub : Platform with some nice open source projects! Libre, not like Github 😉
  • GitButler | Git Branching, Refined : GUI for git on MacOS
  • Filtrer les publicitĂ©s des sponsors sous YouTube TV :
  • byeCloud: GitLab with Docker and Traefik - davd.io : Some interesting config for docker-compose to run traefik and gitlab

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
  • reposurgeon(1) : Tool to migrate a project from SVN to Git. Seems nice. To test asap
  • 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.
  • WSL2, zsh, and docker. Linux through Windows. - Nicky blogs : Nice tutorial about wsl2, zsh, git, oh-my-zsh
  • Et merde, Git!?! : Liste de tutos pour résoudre des problèmes fréquemment rencontrés 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
  • Does the Synology Photos app have a "memories on this date" feature like the Timehop app? : r/synology : Photos of the day
  • Copy of RMM Comparison TRMM - Google Drive :
  • Tricks of the Trade: best practices for KNX group address structures – KNXtoday :
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:/...
  • DĂ©buter avec git Archives - Carl Chenet's Blog : quelques tutos sympas pour démarrer 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...
  • Et merde, Git!?! : Liste de tutos pour résoudre des problèmes fréquemment rencontrés avec git
  • Cinq Cercles dĂ©diĂ©s Ă  la veille technique et au partage : Recommandations pour une bonne veille technologique

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 :
  • Learn Git with Bitbucket Cloud | Atlassian Git Tutorial : Nice interactive tutorial to learn the basic of Git.
  • 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:/...
  • 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
  • PikaPods - Instant Open Source App Hosting :
  • Qu'est-ce que darktable ? - darktable FR : Alternative libre à Adobe Lightroom pour la retouche et la gestion de photos
  • HumHub, un rĂ©seau social open-source - Mrweb :
  • MyFrama / Shaarli · Framacloud :
  • georgegebbett/recipe-buddy: Recipe Buddy is a tool that enables the easy adding of recipes to Grocy through web scraping. : Addon for Grocy

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 :-)
  • 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
  • How to setup and use a Docker MacVLAN network on a Synology | Sysop's blog :
  • Home Assistant, gestion avancĂ©e du chauffage - La programmation sur le web : Tutoriel très avancé sur la gestion du chauffage avec Home-Assistant (périodes de chauffe, thermostat générique, etc.)

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
  • Tips for hardening your container image security strategy | Snyk :
  • 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
  • Home - Docker Mailserver : A great opensource mailserver based on Docker!

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
  • Configuration git - Tiger-222 : Partage d'une configuration git
  • GitButler | Git Branching, Refined : GUI for git on MacOS
  • 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
  • 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:/...
  • byeCloud: GitLab with Docker and Traefik - davd.io : Some interesting config for docker-compose to run traefik and gitlab

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
  • sourcehut hub : Platform with some nice open source projects! Libre, not like Github 😉
  • 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.

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
  • Configuration git - Tiger-222 : Partage d'une configuration git
  • sourcehut hub : Platform with some nice open source projects! Libre, not like Github 😉
  • JetBrains Support - Developing "in" Windows Subsystem for Linux : Discussion about HowTo use IntelliJ with WSL 2
  • byeCloud: GitLab with Docker and Traefik - davd.io : Some interesting config for docker-compose to run traefik and gitlab
  • GitButler | Git Branching, Refined : GUI for git on MacOS
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
  • Trouver le commit foireux Ă  l'aide de git bisect - Tiger-222 : Petit guide sur git bisect.
  • DĂ©buter avec git Archives - Carl Chenet's Blog : quelques tutos sympas pour démarrer avec git :-)
  • Setup Pfsense & Unifi with Guest Wifi VLAN | LinuxServer.io :
  • Home Assistant, gestion avancĂ©e du chauffage - La programmation sur le web : Tutoriel très avancé sur la gestion du chauffage avec Home-Assistant (périodes de chauffe, thermostat générique, etc.)

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
  • 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
  • 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:/...
  • How to setup and use a Docker MacVLAN network on a Synology | Sysop's blog :

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

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