holeeesheeit I'm about to lose my fricking mind....
clone my work #git repo on a windows machine and many files are marked as deleted.
ok.. wtf... `git checkout foo`... no foo exists but another set of files is now marked as deleted.
WHAT THE FUCK IS GOING ON HERE
Not sure why, but apparently my brain prefers pressing the up key 20 times in bash history to find my last "git pull" rather than the 8 keypresses needed to just type it.
Keep your commits consistent!
forgejo-commit-path-rules
v0.2.3 ensures your commit messages align with your file changes.
Enforce commit message and file path rules in your repo!
Written in Rust
Repo: https://codeberg.org/kemitix/forgejo-commit-path-rules
A ForgeJo Action/CLI Tool
What's New:
- Coloured highlights in logging (supports --no-colour
)
- all
matching strategy for paths (default is any
)
- Built in templates: docs
, feature
, tests
and fixes
Usage:
- Define rules in .forgejo/commit-path-rules.toml
- Run via CLI or ForgeJo Action
Install:cargo install forgejo-commit-path-rules
CLI Usage:forgejo-commit-path-rules --workspace . --no-colour
Forgejo Action:
jobs:
validate:
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Run forgejo-commit-path-rules
uses: kemitix/commit-path-rules@v0.2.3
with:
args: --verbose
how to make friends
My April workshop schedule is up https://prelude.tech/upcoming_workshops
I now have some 4 day workshops (mon to thurs) as well as weekend workshops, to suit different schedules and time zones.
Topics include: #Django #Git #HTMX #Tailwind #Playwright #AlpineJS #AllAuth
From: blenderdumbass . org
And I'm happy to tell you that Speed Dreams announced today that they are finally moving to Git. This is huge!
Read or listen: https://blenderdumbass.org/articles/huge__speed_dreams_is_now_on_git
#Git mini tip:
Use `git restore -p <path>` to interactively select parts of a file to restore. Press “y” to restore a hunk and “n” to skip it. This allows you to discard some changes from a file while keeping others.
Auch wenn es mich selbst schon nervt, ich muss euch nochmal belaestigen...
Ich suche ab sofort einen neuen Job als #iOS und/oder #macOS Software-Entwickler. Ich hab viele Jahre Erfahrung auf dem Gebiet, kenne #ObjectiveC, #Swift, #SwiftUI, #Git, #Xcode und... naja, die ganze Toolchain drumherum eben.
Ich suche eine Remote-Only Festanstellung, keinen Freelance-Job (Vorzugsweise in Österreich, Deutschland geht aber auch). Wenn es in der Naehe von #Bregenz oder #Dornbirn ist, dann auch gerne Onsite.
Wenn ihr jemanden kennt, der jemanden kennt... ihr wisst schon.
Ich danke euch fuers rege Teilen/Boosten.
Hi everyone, GitNex 8.0.0 is now out with numerous new features and UI refinements.
- User activity heatmap on the profile
- Dependencies for issues and prs
- Tracked time for issues and prs
- Search within files
- Filter issues by labels
- Filter issues where I am mentioned
- and more...
It's time to update!
Release notes: https://codeberg.org/gitnex/GitNex/releases
Question par moi le noob de #Git / #SVN et autres #logiciels de #versionnement, à propos des forks de #Firefox qui disparaitraient si #FF disparait :
N'y-a-t-il pas moyen de forker vers un autre repo, sans garder de "lien" vers la source ?
Et donc ensuite de pouvoir/devoir implanter *manuellement* les modifs des futures versions du logiciel source vers notre repo ? Je devine que cela sera fastidieux...
À moins qu'il existe un soft pour cela ?
Thanks to @nev I found this handy list of #GitHub alternatives! And yes, writers use Git. https://nevillepark.ca/2025/03/13/branching-out-some-github-gitlab-com-alternatives/ #Git #OpenSource
This has sadly become part of my @thecarpentries 's lesson on #git .
I'm in the process of planning how to use #codeberg instead of #github for the next iteration of the workshop (likely next fall). Are there any coordinate efforts, so I don't reinvent the wheel?
Magit is one of the nicest things about working within Emacs. Just a pleasure to use.
https://www.masteringemacs.org/article/introduction-magit-emacs-mode-git
#Git 2.49 is out[1]. GitHub posted a blog entry with a few highlights:
https://github.blog/open-source/git/highlights-from-git-2-49/
Faster packing with name-hash v2
Backfill historical blobs in partial clones
You can now build Git with zlib-ng
This release marks a major milestone in the Git project with the first pieces of Rust code being checked in.
A a much more convenient method to round out the --branch and --tag options by adding a new --revision option that fetches history leading up to […]
Folks who run their own #selfhosted #git services: tell me about how your #backups work. #selfhosting #git #gitolite #forgejo #gitea #gogs
Others looking at future directions in teaching research software may be interested in this blog post that covers both the decisions and the process of updating lesson software recommendations with @thecarpentries #rstats #python #bash #git
#Git mini tip:
Use `git log --graph` with multiple branch names to reveal the branching connections between those branches. Or use `--all` to see all (local) branches.