A while ago, when sharing some code with friends, I asked for feedback, when possible, as a pull request to the repository I’d shared. One friend replied along the lines of “can do, if you show me how to make a pull request first”. This is my attempt to address that remark.
https://peateasea.de/a-detailed-description-of-the-pull-request-process/
Improve your Git workflow with Visual Studio 2026. Discover new features designed to enhance productivity, simplify collaboration, and streamline version control. #VisualStudio #Git
Git anschaulich erklärt
https://www.youtube.com/watch?v=Ala6PHlYjmw
Does anyone have experience with #gitSubRepo? It seems to be a more ergonomic version of #gitSubTree that e.g. remembers remote urls to spare you lengthy syncing commands.
https://github.com/ingydotnet/git-subrepo
I have begun a new journey to shift away from software hosted on GitHub.
What I did so far:
Lemmy - piefed
Organic maps - Comaps
Mastodon will be next. Maybe I'll go with akkoma or Sharkey
#git #github #codeberg #FOSS
Mon deuxième billet de l'année ! Ça m'évitera de mettre à jour Eleventy pour trouver quelque chose à publier #git
https://blog.pagesd.info/2025/12/18/maj-git-for-windows/
Are you cloning your repo again just for a hotfix? 🛑
Use SmartGit Worktrees:
1️⃣ Repository > Add Worktree.
2️⃣ Pick your branch.
3️⃣ Get a fresh folder linked to the same history.
1 Repo, 2 Working Dirs, 0 Compromises.
Learn more here 👉 https://youtu.be/3ulbYTk7lyo
🚀 Get SmartGit: https://www.smartgit.dev
#Git #SmartGit #DevHacks #Coding

Emacs speed up tip: If you only use git, add:
(setq vc-handled-backends '(Git))
The default value is (RCS CVS SVN SCCS SRC Bzr Git Hg)
Git is second to last! When visiting a file, Emacs will check all these in order to see if the file belongs to any of them.
See: https://www.gnu.org/software/emacs/manual/html_node/emacs/Customizing-VC.html
Posted by respatialized to #clojurians Slack
Lưu thay đổi nhanh khi chuyển nhánh Git mà không cần commit! 🛠️
`git stash` giúp bạn tạm cất code đang sửa dở, giữ cây làm việc sạch – cực hữu dụng khi xử lý nhiều task hoặc hotfix. Video này giải thích cơ chế hoạt động và cách dùng hiệu quả công cụ bị "bỏ quên" nhưng cực mạnh này.
#Git #Stash #VersionControl #DeveloperTips #LưuCode #QuảnLýMã #LậpTrìnhViên
https://dev.to/vidya_kokkada/git-stash-save-your-work-without-the-panic-2emk
Are there any forgejo hosts which are ok with hosting commercial software?
I am sensing some discontent with github at the day job. I love codeberg, but it doesn't make sense to argue for it.
#codeberg #forgejo #github #abandonGithub #git
By the way: Yesterday I found CodeFloe: A public Forgejo (Git server) instance that is open to any projects and users.
Unlike Codeberg, it it not limited to Open Source licensed projects.
If you were thinking "Codeberg is nice, but what about my personal closed-source projects?" - this might be a solution for you!
The instance is hosted in Germany by "devYX GmbH", a swiss company. They're doing backups and are carefully designing their infrastructure. And they're very open about how it all works and what software they use. 👏
#forgejo #opensource #git #hosting #devxy #codeFloe #codeberg #development #software
I've successfully set up self-hosted Actions on my Forgejo Git server. Now, every time I make an update, it automatically triggers builds for my program! 🚀
Check it out here: ISO-Share Repository
Here’s a sneak peek of a build: Build Example
#Git #Forgejo #SelfHosted #Actions #DevOps #Automation #Programming #Coding