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.
  • Filtrer les publicités des sponsors sous YouTube TV :
  • How To Cherry Pick Git Commits – devconnected : Nice reminder on HowTo cherry-pick multi git commits from a branch to another
  • DVCS migration HOWTO : Still about reposurgeon. Link to the migration Guide :-)
  • GitButler | Git Branching, Refined : GUI for git on MacOS

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
  • Configuration git - Tiger-222 : Partage d'une configuration 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...
  • How To Cherry Pick Git Commits – devconnected : Nice reminder on HowTo cherry-pick multi git commits from a branch to another
  • AppCleaner : AppCleaner is a small application which allows you to thoroughly uninstall unwanted apps. Installing an application distributes many files throughout ...
  • Alfred Gallery : Tools for MacOS (bundle for 40$) Find apps & files Launch apps and find files without lifting your fingers from the keyboard. Search Web Search the we...
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
  • Cinq Cercles dédiés à la veille technique et au partage : Recommandations pour une bonne veille technologique
  • Learn Git with Bitbucket Cloud | Atlassian Git Tutorial : Nice interactive tutorial to learn the basic of Git.
  • Best youtube-dl option? : r/selfhosted :
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:/...
  • 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.
  • Cinq Cercles dédiés à la veille technique et au partage : Recommandations pour une bonne veille technologique
  • 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.
  • 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 :-)
  • 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:/...

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
  • GitButler | Git Branching, Refined : GUI for git on MacOS
  • Tasks.org | Tasks.org :
  • Marien Fressinaud : Service flus

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 :-)
  • Tout sur l’installation domotique de ma maison – Tech2Tech | News, Astuces, Tutos, Vidéos autour de l'informatique : Tutoriel complet d'une installation domotique avec homeassistant. A lire absolument
  • Tricks of the Trade: best practices for KNX group address structures – KNXtoday :

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
  • Learn Git with Bitbucket Cloud | Atlassian Git Tutorial : Nice interactive tutorial to learn the basic of Git.
  • How to install Nextcloud on your server with Docker | Serverwise : Other tutorial about the installation of Nextcloud on Docker
  • sourcehut hub : Platform with some nice open source projects! Libre, not like Github 😉
  • How To Cherry Pick Git Commits – devconnected : Nice reminder on HowTo cherry-pick multi git commits from a branch to another

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
  • 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
  • GitButler | Git Branching, Refined : GUI for git on MacOS

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
  • WSL2, zsh, and docker. Linux through Windows. - Nicky blogs : Nice tutorial about wsl2, zsh, git, oh-my-zsh
  • 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.

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
  • 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
  • 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
  • Xfce4 Desktop Environment and X Server for Ubuntu on WSL 2 | Autoize : Tuto on HowTo install xfce on Ubuntu WSL2
  • 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.
  • GitHub - shayne/wsl2-hacks: Useful snippets / tools for using WSL2 as a development environment : HowTo run snap properly on Ubuntu Bash on WSL
  • Tuning My Terminal: How Zinit Made My Zsh Setup Fast, Flexible, and Actually Fun | by Smyekh | Medium :
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 :-)
  • Encrypted Arch Linux Installation Guide :
  • De Proxmox à XCP-ng :

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.
  • Multi-Boot: Arch Linux & Windows with GRUB, LUKS2, and Btrfs on UEFI · GitHub :
  • Guide to Configure Wi-Fi Channels and Channel Widths to Improve... :

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

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