git

Back Open Paginator
18.12.2025 15:26
peateasea (@peateasea@mastodon.social)

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.

peateasea.de/a-detailed-descri




Show Original Post


18.12.2025 14:00
isaacrlevin (@isaacrlevin@fosstodon.org)

Improve your Git workflow with Visual Studio 2026. Discover new features designed to enhance productivity, simplify collaboration, and streamline version control. #VisualStudio #Git

isaacl.dev/gxt




Show Original Post


18.12.2025 13:26
GambaJo (@GambaJo@social.tchncs.de)

Git anschaulich erklärt

#Git #Developerlife

youtube.com/watch?v=Ala6PHlYjmw




Show Original Post


18.12.2025 12:35
nobodyinperson (@nobodyinperson@fosstodon.org)

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.

github.com/ingydotnet/git-subr

#git




Show Original Post


18.12.2025 12:14
Stomata (@Stomata@social.linux.pizza)

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




Show Original Post


18.12.2025 11:57
ms_michel (@ms_michel@pouet.chapril.org)

Mon deuxième billet de l'année ! Ça m'évitera de mettre à jour Eleventy pour trouver quelque chose à publier #git

blog.pagesd.info/2025/12/18/ma




Show Original Post


18.12.2025 10:00
smartgit (@smartgit@techhub.social)

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 👉 youtu.be/3ulbYTk7lyo

🚀 Get SmartGit: smartgit.dev

#Git #SmartGit #DevHacks #Coding





Show Original Post


18.12.2025 09:16
rap1ds (@rap1ds@mastodon.social)

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: gnu.org/software/emacs/manual/

Posted by respatialized to Slack




Show Original Post


18.12.2025 09:14
devto_vn_bot (@devto_vn_bot@mastodon.maobui.com)

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

dev.to/vidya_kokkada/git-stash




Show Original Post


18.12.2025 07:45
akshay (@akshay@social.coop)

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




Show Original Post


18.12.2025 06:52
thomas (@thomas@metalhead.club)

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. 👏

codefloe.com

#forgejo #opensource #git #hosting #devxy #codeFloe #codeberg #development #software




Show Original Post


17.12.2025 23:50
notes (@notes@fedi.aroy-art.com)

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




Show Original Post


1 ...153 154 155 156 157 158 159 160 161 162 163 ...348
UP