git

Back Open Paginator
15.12.2025 11:55
kushal (@kushal@toots.dgplug.org)

Just now learned about #gitattributes git-scm.com/docs/gitattributes #git




Show Original Post


15.12.2025 10:45
dewomser (@dewomser@social.tchncs.de)

#Linux #Bash #Git #API
Die ersten 100 der (eigenen) Github Repositories klonen.

curl --header "Authorization: 'token' '$GIITHUB_TOKEN'" -L "api.github.com/users/foo/repos" | jq '.[] .clone_url'|xargs -n1 -r git clone

Getesteter Backup-Vorschlag:

gist.github.com/dewomser/8b5e0




Show Original Post


15.12.2025 10:43
smartgit (@smartgit@techhub.social)

The secret to clean Git history, even with AI 🤫

SmartGit's AI doesn't touch your commits. We use Git Notes to store all AI-generated explanations & suggestions.

This keeps your history pristine, and the notes can be shared with the whole team. It's collaboration without the clutter.

Check out the architecture in the image 👇

🚀 Get SmartGit: smartgit.dev

#SmartGit #Git #GitNotes #AI #Developer #Coding





Show Original Post


15.12.2025 03:52
unixbhaskar (@unixbhaskar@fosstodon.org)

#linux Stable tree

#linuxadmin #tool #git #opensource #linuxkernel





Show Original Post


15.12.2025 03:52
unixbhaskar (@unixbhaskar@mastodon.social)

Stable tree





Show Original Post


15.12.2025 00:27
p (@p@pixelfed.social)
FOSS Advent Calendar - Door 15: See the Logic, Not Just the Lines with Difftastic

Forget confusing text diffs. Difftastic is a brilliant open-source tool that shows the true intent of your code changes. It understands programming syntax, ignores formatting noise, and highlights semantic differences in your commits, perfect for clear code reviews and complex refactorings. It acts like X-Ray for your code, detecting when you’ve moved a function or changed logic, not just edited text. By ignoring formatting changes, it shows what actually changed, not what your autoformatter did. Plus, it runs entirely offline, so your code never leaves your machine, and it supports over 50 languages and formats, from Python and Rust to JSON and Markdown.

Pro tip: Integrate it as your Git difftool to review pull requests with clarity and instantly grasp the developer’s intent.

Link: https://github.com/Wilfred/difftastic

What would you clarify first with a diff tool that shows the intended change?

#AdventCalendar #FOSS #OpenSource #DevTools #Programming #SoftwareEngineering #Git #VersionControl #CodeReview #Refactoring #Developer #CLITools #Productivity #Rust #Python #JavaScript #WebDev #Backend #Linux #Tech #Coding #ProgrammingTools #IDE #VSCode #Neovim #DeveloperProductivity #CleanCode #DevOps #FOSSadvent #adventskalender #Difftastic



Show Original Post


14.12.2025 23:30
rustunit (@rustunit@mastodon.social)

GitUI - the ergonomic and fast tui for git - was released in 0.28 today, with a lot of new contributors ❤️, many fixes and new features like pre-push hook support and checking out while having changes: github.com/gitui-org/gitui/rel 🦀





Show Original Post


14.12.2025 19:00
shadow_grove (@shadow_grove@mastodon.gamedev.place)

💻 #UnityTips: Use a version control system like Git to keep track of your #Unity #Unity3D project changes! 🚀Never lose important code or assets again. #VersionControl #GameDev #IndieDev #Unity #Unity3D #Git github.com/spoiledcat/git-for-




Show Original Post


14.12.2025 19:00
shadow_grove (@shadow_grove@mastodon.social)

💻 : Use a version control system like Git to keep track of your project changes! 🚀Never lose important code or assets again. github.com/spoiledcat/git-for-




Show Original Post


14.12.2025 17:07
philcowans (@philcowans@universeodon.com)

I've finally gotten around to setting up a #git repo for the #musicn source code. It's at

philcowans.com/git/musicn.git

The repository is a read-only and served over the 'dumb' version of the git HTTP protocol, as I want to keep things as simple as possible and that one works with static hosting. Contributions are nevertheless very welcome. You can either send me a diff, or if you can fork the repo and host your own version somewhere, feel free to send me a ref to pull from.

#retrocomputing #IBM7094




Show Original Post


14.12.2025 16:53
orhun (@orhun@fosstodon.org)

Sunday == release day for maintainers
New version of **git-cliff** is out! 🥳💯

🦀 A customizable Changelog Generator written in Rust!
⛰️ Added Azure Devops support, better API & more!
✨ Release highlights: git-cliff.org/blog/2.11.0/

⭐ GitHub: github.com/orhun/git-cliff

#rustlang #commandline #changelog #generation #automation #cli #git





Show Original Post


14.12.2025 15:33
codeschubse (@codeschubse@idic.social)

Für ne #Python/#Flask-Webapp, muss ich da die beiden Ordner `flask_session` und `__pycache__` unbedingt per #git tracken, oder sollte ich die sogar via .gitignore aus dem Tracking rausnehmen?




Show Original Post


1 ...158 159 160 161 162 163 164 165 166 167 168 ...348
UP