git

Back Open Paginator
27.10.2025 02:42
unixbhaskar (@unixbhaskar@fosstodon.org)

.....and hopping onto another one .... :) floudering is my forte!

#linuxkernel #git #tool #opensource #debian #robot_operatingsystem





Show Original Post


26.10.2025 22:03
darkghosthunter (@darkghosthunter@mastodon.social)

My FOSS laws:

1. You can ask, but cannot demand.
2. You can help, but not enforce.
3. You can critic, but not rant.
4. You can compare, but disparage.
5. You can compete, but not sabotage.

That should be the guidelines for any FOSS discussion.




Show Original Post


26.10.2025 21:06
89netram (@89netram@hachyderm.io)

Something's changed between #git version 2.46.2 and 2.47.0 causing my custom built GPG signing [1] tool to stop working. And I can't figure out what's happened!

[1]: github.com/89netraM/Hello




Show Original Post


26.10.2025 16:51
hiddenalpha (@hiddenalpha@mastodon.social)

@h4ckernews
IMHO its the only true usage of 🥳 Any other web hosted vendor lockin monster is only trying to exploit its users.

Hint: There are also tools like which makes exposing the repo to the web very easy.

Cannot understand people complaining about github politics. Just THROW IT AWAY and host it yourself 🤷‍♂️ Every self-hosted project is a win for true freedom and will help defeat far too mighty monopolys.

Thanks for showing how easy it actually is 👍




Show Original Post


26.10.2025 16:49
systeemkabouter (@systeemkabouter@social.maljaars.net)

Today I found the timeto set up a Forgejo runner and created a workflow

I've been using my self hosted Forgejo instance for code and issues for about two years now. I tried Woodpecker-CI at some point but it did not stick.

As a long time Gitlab-CI user, it takes some getting used to. But I would really like to move to Forgejo for pipelines too. And this seems to do the job nicely.

The next step is to add more complexity to see how it compares.

#forgejo #git #gitea #codeberg #gitlab





Show Original Post


26.10.2025 15:50
lexinova (@lexinova@infosec.space)

@forgejo One feature i find strange is the fact forgejo show the version number publicly by default.

On these day where cybersecurity is important i would expect that the version number would be hidden by default or redacted to the major version (example if forgejo is 13.x.x it would show 13).

The propulsed by, and the time to load is ok to show, but the version allow anyone to know if it's up to date, and if not what are the vulnerability that can be used against the git.

#security #cybersecurity #forgejo #git




Show Original Post


26.10.2025 13:58
HaraldKi (@HaraldKi@nrw.social)

git reset --hard somecommit

loses its horror when you also get used to

/bin/gitk --reflog

as this is an easy way to see the commit, say a12345678adf, from which you went away. And if the **hard** reset was not that bright after all, just go back again with

git reset --hard a12345678adf

😎

#git #gitTip




Show Original Post


26.10.2025 13:50
hacker_news_bot (@hacker_news_bot@mastodon.social)

📜 Latest Top Story on : You Already Have a Git Server
🔍 Original Story: maurycyz.com/misc/easy_git/
👤 Author: chmaynard
⭐ Score: 58
💬 Number of Comments: 9
🕒 Posted At: 2025-10-26 10:53:37 UTC
🔗 URL: news.ycombinator.com/item?id=4




Show Original Post


26.10.2025 13:45
hn50 (@hn50@social.lansky.name)

You Already Have a Git Server

Link: maurycyz.com/misc/easy_git/
Discussion: news.ycombinator.com/item?id=4

#git




Show Original Post


26.10.2025 13:18
GripNews (@GripNews@mastodon.social)

🌘 你已經擁有一個 Git 伺服器
➤ 善用現有 Git 資源,打造個人程式碼伺服器
maurycyz.com/misc/easy_git/
本文介紹如何利用現有的 Git 儲存庫和 SSH 存取權,將其轉變為一個功能齊全的 Git 伺服器。作者詳述了建立本地工作副本、推播變更至遠端伺服器,以及透過修改 `receive.denyCurrentBranch` 設定來克服預設限制。此外,文章還探討瞭如何透過 Git HTTP 協定發布程式碼,以及如何自動化 `git update-server-info` 命令,並利用 Git hooks 執行如靜態網站生成器等進階任務,以實現高效的程式碼同步與發布流程。
+ 這個方法真是太棒了!再也不用額外設定複雜的伺服器了,直接用 Git 就能搞定。
+ 我一直以為 Git 只能用來版本控制,沒想到還能這樣用來架設伺服器和發布網站,學到了!




Show Original Post


26.10.2025 13:18
docyeet (@docyeet@mastodon.halis.io)

Finally catching some time to recover from that WSL issue a couple weeks back...

It has been hard to come back to an enjoyable homelabing and home projects development rhythm, but with time came motivation, and it feels like things are slowly clicking back in position

It was a learning experience, to GIT THE SHIT OUT OF EVERYTHING

Or, to not use Windows, who knows...

#homelab #selfhosted #windows #linux #wsl #development #git




Show Original Post


26.10.2025 13:16
h4ckernews (@h4ckernews@mastodon.social)

You Already Have a Git Server

maurycyz.com/misc/easy_git/




Show Original Post


1 ...215 216 217 218 219 220 221 222 223 224 225 ...348
UP