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
  • 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
  • DVCS migration HOWTO : Still about reposurgeon. Link to the migration Guide :-)
  • Apprendre à se moucher pour les enfants| Kleenex® :

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
  • DVCS migration HOWTO : Still about reposurgeon. Link to the migration Guide :-)
  • Learn Git with Bitbucket Cloud | Atlassian Git Tutorial : Nice interactive tutorial to learn the basic of Git.
  • Configuration git - Tiger-222 : Partage d'une configuration git
  • byeCloud: GitLab with Docker and Traefik - davd.io : Some interesting config for docker-compose to run traefik and gitlab
  • reposurgeon(1) : Tool to migrate a project from SVN to Git. Seems nice. To test asap
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
  • Et merde, Git!?! : Liste de tutos pour résoudre des problèmes fréquemment rencontrés avec git
  • Configuration git - Tiger-222 : Partage d'une configuration git
  • Group Addresses – KNX Association :
  • Débuter avec git Archives - Carl Chenet's Blog : quelques tutos sympas pour démarrer avec git :-)
  • Cinq Cercles dédiés à la veille technique et au partage : Recommandations pour une bonne veille technologique
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:/...
  • Et merde, Git!?! : Liste de tutos pour résoudre des problèmes fréquemment rencontrés avec git
  • How To Cherry Pick Git Commits – devconnected : Nice reminder on HowTo cherry-pick multi git commits from a branch to another
  • Cinq Cercles dédiés à la veille technique et au partage : Recommandations pour une bonne veille technologique
  • sourcehut hub : Platform with some nice open source projects! Libre, not like Github 😉

Partage d'une configuration git

git knowledge
Et merde, Git!?! https://ohshitgit.com/fr
Sun Dec 3 23:21:16 2023
QRCode
cluster icon
  • Learn Git with Bitbucket Cloud | Atlassian Git Tutorial : Nice interactive tutorial to learn the basic of 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:/...
  • 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 :-)
  • Tricks of the Trade: best practices for KNX group address structures – KNXtoday :

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 :
  • Plane - The open source project management tool : Alternative to Jira
  • reposurgeon(1) : Tool to migrate a project from SVN to Git. Seems nice. To test asap
  • Cheap Windows & Linux VPS hosting on high-end servers - Contabo.com : Just in case. Could be a nice alternative to OVH for small VPS.

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
  • 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
  • Débuter avec git Archives - Carl Chenet's Blog : quelques tutos sympas pour démarrer avec git :-)
  • Numériser des cassettes MiniDV sous Linux :
  • pfSense baseline guide with VPN, Guest and VLAN support :

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
  • [TUTO] [Docker - macvlan] Pi-Hole - Tutoriels - NAS-Forum :
  • How to Back Up Your Docker Volumes :
  • Trouver le commit foireux à l'aide de git bisect - Tiger-222 : Petit guide sur git bisect.
  • Et merde, Git!?! : Liste de tutos pour résoudre des problèmes fréquemment rencontrés avec git

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
  • reposurgeon(1) : Tool to migrate a project from SVN to Git. Seems nice. To test asap
  • DVCS migration HOWTO : Still about reposurgeon. Link to the migration Guide :-)
  • 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...
  • 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
  • Learn Git with Bitbucket Cloud | Atlassian Git Tutorial : Nice interactive tutorial to learn the basic of 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...
  • sourcehut hub : Platform with some nice open source projects! Libre, not like Github 😉

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
  • 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...
  • Configuration git - Tiger-222 : Partage d'une configuration git
  • Débuter avec git Archives - Carl Chenet's Blog : quelques tutos sympas pour démarrer 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
  • Et merde, Git!?! : Liste de tutos pour résoudre des problèmes fréquemment rencontrés avec git
  • Xfce4 Desktop Environment and X Server for Ubuntu on WSL 2 | Autoize : Tuto on HowTo install xfce on Ubuntu WSL2
  • sourcehut hub : Platform with some nice open source projects! Libre, not like Github 😉
  • Tuning My Terminal: How Zinit Made My Zsh Setup Fast, Flexible, and Actually Fun | by Smyekh | Medium :
  • How To Cherry Pick Git Commits – devconnected : Nice reminder on HowTo cherry-pick multi git commits from a branch to another
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
  • 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 :-)
  • Et merde, Git!?! : Liste de tutos pour résoudre des problèmes fréquemment rencontrés avec git
  • Self-Hosting a reMarkable Cloud · Scott Labs :
  • Block Malicious IPs in pfSense - David's Homelab : Tutorial on how to block malicious IPs in pfSense

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
  • 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.
  • Learn Git with Bitbucket Cloud | Atlassian Git Tutorial : Nice interactive tutorial to learn the basic of Git.
  • linux-docs/misc/secure-boot.md at main · FrameworkComputer/linux-docs :
  • Custom boot animation Android: How to implement : Full guide to create a custom boot animation for Android

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

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