Fabians Bookmarks
  • Fabians Bookmarks
  • Tag cloud
  • Daily
  • RSS Feed
  • Login
Delete   Set public   Set private   Add tags   Delete tags
  Add tag   Cancel
  Delete tag   Cancel
17510 shaares · 14135 private links
Filters
1 / 4
Links per page
20 50 100
66 results tagged git

prek

pre-commit is a framework to run hooks written in many languages, and it manages the language toolchain and dependencies for running the hooks.

prek is a reimagined version of pre-commit, built in Rust. It is designed to be a faster, dependency-free and drop-in alternative for it, while also providing some additional long-requested features.

git softwaredevelopment softwareengineering rust python
September 6, 2025 at 7:47:37 PM GMT+2*
https://prek.j178.dev/

Introduction - Mergiraf

git softwaredevelopment scm
May 1, 2025 at 12:43:09 PM GMT+2*
https://mergiraf.org/

How Core Git Developers Configure Git

tldr


[column]
        ui = auto
[branch]
        sort = -committerdate
[tag]
        sort = version:refname
[init]
        defaultBranch = main
[diff]
        algorithm = histogram
        colorMoved = plain
        mnemonicPrefix = true
        renames = true
[push]
        default = simple
        autoSetupRemote = true
        followTags = true
[fetch]
        prune = true
        pruneTags = true
        all = true

# why the hell not?

[help]
        autocorrect = prompt
[commit]
        verbose = true
[rerere]
        enabled = true
        autoupdate = true
[core]
        excludesfile = ~/.gitignore
[rebase]
        autoSquash = true
        autoStash = true
        updateRefs = true

# a matter of taste (uncomment if you dare)

[core]
        # fsmonitor = true
        # untrackedCache = true
[merge]
        # (just 'diff3' if git version < 2.3)
        # conflictstyle = zdiff3 
[pull]
        # rebase = true
git softwaredevelopment webdev scm
March 15, 2025 at 10:58:18 PM GMT+1*
https://blog.gitbutler.com/how-git-core-devs-configure-git/

git-truck/git-truck: Git repository visualizations, contribution statistics and more. Run npx -y git-truck to use Git Truck today!

Git-Truck is a tool that provides you with a truckload of visualizations for your git repository, and helps you find out if your project has a good truck factor.

git softwaredevelopment analytics visualisation visualization
August 5, 2024 at 12:08:20 PM GMT+2*
https://github.com/git-truck/git-truck

Merging unrelated histories | Oliver Davies

tldr: git merge --allow-unrelated-histories

https://git-scm.com/docs/git-merge#Documentation/git-merge.txt---allow-unrelated-histories

git
August 3, 2024 at 4:31:39 PM GMT+2*
https://www.oliverdavies.uk/daily/2024/08/02/merging-unrelated-histories

A Git story: Not so fun this time | Brachiosoft Blog

git versioncontrol linux LinusTorvalds history
July 14, 2024 at 6:35:37 PM GMT+2*
https://blog.brachiosoft.com/en/posts/git/

⛔ Squash commits considered harmful ⛔ - DEV Community

git softwaredevelopment softwareengineering programming
June 29, 2024 at 7:06:01 PM GMT+2*
https://dev.to/wesen/squash-commits-considered-harmful-ob1

Signing Git Commits with Your SSH Key

git security ssh encryption softwareengineering webdev
April 14, 2024 at 5:44:10 PM GMT+2*
https://calebhearth.com/sign-git-with-ssh

Radicle: sovereign code infrastructure

git dvcs
March 10, 2024 at 2:36:05 PM GMT+1
https://radicle.xyz/

The Big O of Code Reviews

development softwareengineering git github
November 11, 2023 at 12:43:08 PM GMT+1*
https://www.egorand.dev/the-big-o-of-code-reviews/

Let's Make Sure Github Doesn't Become the only Option · Edward Loveall

git github mercurial floss sourcehut codeberg fossil
May 2, 2023 at 3:46:20 PM GMT+2*
https://blog.edwardloveall.com/lets-make-sure-github-doesnt-become-the-only-option

nedbat/scriv: Changelog management tool

Scriv is a command-line tool for helping developers maintain useful changelogs. It manages a directory of changelog fragments. It aggregates them into entries in a CHANGELOG file.

opensource python changelog library git github softwareengineering webdev softwaredevelopment
January 16, 2023 at 10:05:40 PM GMT+1
https://github.com/nedbat/scriv

Git Notes: git's coolest, most unloved­ feature - Tyler Cipriani

git programming notes
November 28, 2022 at 1:46:57 AM GMT+1
https://tylercipriani.com/blog/2022/11/19/git-notes-gits-coolest-most-unloved-feature/

Merging two GitHub repositories without losing commit history - Mozilla Hacks - the Web developer blog

git
August 29, 2022 at 10:25:30 AM GMT+2
https://hacks.mozilla.org/2022/08/merging-two-github-repositories-without-losing-commit-history/

GitHub - dolthub/dolt: Dolt – It's Git for Data

git data sql mysql go databases
March 11, 2021 at 12:43:27 AM GMT+1*
https://github.com/dolthub/dolt

Semantic Commit Messages · GitHub

git programming guidelines software
September 4, 2020 at 11:02:54 AM GMT+2
https://gist.github.com/joshbuchea/6f47e86d2510bce28f8e7f42ae84c716

Conventional Commits

git guide softwareengineering guidelines
September 4, 2020 at 11:02:18 AM GMT+2
https://www.conventionalcommits.org/en/v1.0.0/#summary

GitHub - dandavison/delta: A viewer for git and diff output

git diff cli tools rust
August 14, 2020 at 8:03:57 PM GMT+2
https://github.com/dandavison/delta

rgburke/grv: GRV is a terminal interface for viewing git repositories

cli git github
March 26, 2019 at 9:36:25 PM GMT+1
https://github.com/rgburke/grv

Codeberg.org

codeverwaltung git floss free_software
March 20, 2019 at 11:27:48 PM GMT+1
https://codeberg.org/
Filters
1 / 4
Links per page
20 50 100
By @fabian@floss.social · Powered by Shaarli
Fold Fold all Expand Expand all Are you sure you want to delete this link? Are you sure you want to delete this tag? The personal, minimalist, super-fast, database free, bookmarking service by the Shaarli community