shakedown.social is one of the many independent Mastodon servers you can use to participate in the fediverse.
A community for live music fans with roots in the jam scene. Shakedown Social is run by a team of volunteers (led by @clifff and @sethadam1) and funded by donations.

Administered by:

Server stats:

288
active users

#git

8 posts8 participants0 posts today

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

🔥 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
Summary card of repository kemitix/forgejo-commit-path-rules
Forgejo: Beyond coding. We Forge.forgejo-commit-path-rulesEnforce consistency between commit messages and file changes in your repository.

#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. 🙏🏻
:boost_ok:

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: codeberg.org/gitnex/GitNex/rel

Summary card of repository gitnex/GitNex
Forgejo: Beyond coding. We Forge.GitNexAndroid client for Forgejo(https://codeberg.org), Gitea(https://gitea.com) [OR your custom hosted server]

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 ?

#Git 2.49 is out[1]. GitHub posted a blog entry with a few highlights:

github.blog/open-source/git/hi

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 […]

[1] lore.kernel.org/all/xmqqfrjfil

The GitHub Blog · Highlights from Git 2.49The open source Git project just released Git 2.49. Here is GitHub’s look at some of the most interesting features and changes introduced since last time.