Just now learned about #gitattributes https://git-scm.com/docs/gitattributes #git
#Linux #Bash #Git #API
Die ersten 100 der (eigenen) Github Repositories klonen.
curl --header "Authorization: 'token' '$GIITHUB_TOKEN'" -L "https://api.github.com/users/foo/repos?per_page=100&page=1" | jq '.[] .clone_url'|xargs -n1 -r git clone
Getesteter Backup-Vorschlag:
https://gist.github.com/dewomser/8b5e025d9a80df85743e87973e201da9
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: https://www.smartgit.dev
#SmartGit #Git #GitNotes #AI #Developer #Coding

#linux Stable tree
#linuxadmin #tool #git #opensource #linuxkernel

#linux Stable tree
#linuxadmin #tool #git #opensource #linuxkernel


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: https://github.com/gitui-org/gitui/releases/tag/v0.28.0 #rustlang #git #tui 🦀

💻 #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 https://github.com/spoiledcat/git-for-unity
💻 #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 https://github.com/spoiledcat/git-for-unity
I've finally gotten around to setting up a #git repo for the #musicn source code. It's at
https://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.
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: https://git-cliff.org/blog/2.11.0/
⭐ GitHub: https://github.com/orhun/git-cliff
#rustlang #commandline #changelog #generation #automation #cli #git
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?