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
Git - Rerere https://git-scm.com/book/en/v2/Git-Tools-Rerere
Thu Jan 2 22:07:49 2025
QRCode
cluster icon
  • Trouver le commit foireux à l'aide de git bisect - Tiger-222 : Petit guide sur git bisect.
  • DVCS migration HOWTO : Still about reposurgeon. Link to the migration Guide :-)
  • Filtrer les publicités des sponsors sous YouTube TV :
  • Configuration git - Tiger-222 : Partage d'une configuration git
  • How do I scroll in tmux? - Super User : Ctrl-b then [ then you can use your normal navigation keys to scroll around (eg. Up Arrow or PgDn). Press q to quit scroll mode. Alternatively you can...

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
874 links, including 81 private
Shaarli - The personal, minimalist, super-fast, database free, bookmarking service by the Shaarli community - Theme by kalvn