git

Back Open Paginator
13.11.2025 12:39
yabellini (@yabellini@rstats.me)

🌀 ¡Miércoles, Git! Manejo de errores en #Git y no morir en el intento
Aprendé a resolver 7 errores comunes en Git y ganar confianza desde #RStats.
Con Maëlle Salmon y Yanina Bellini Saibene

📅 2 Dic, 10:00–12:00 (UTC-3) – Online
💵 Estudiantes USD 5 · Académicos USD 10 · Industria USD 15
🔗eventbrite.com.ar/e/1937068908

#LatinR2025 #Reproducibility #rOpenSci





Show Original Post


13.11.2025 12:06
heptapod (@heptapod@fosstodon.org)

#heptapod 18.5.1 released, bumping #gitlab to the 18.5.2 regular patch/security release Changelog: foss.heptapod.net/heptapod/hep Download instructions: heptapod.net/pages/get-heptapo #git #mercurial




Show Original Post


13.11.2025 12:02
buzzdee (@buzzdee@mstdn.social)

@adamchainz I read your great article:

"Git: share a full repository as a file with `git fast-export`"

adamj.eu/tech/2025/07/15/git-s

As far as I know you can also use `git bundle`

Do know what are the differences?

#Git




Show Original Post


13.11.2025 08:54
h4ckernews (@h4ckernews@mastodon.social)

Mergiraf: Syntax-Aware Merging for Git

lwn.net/SubscriberLink/1042355

-Aware




Show Original Post


13.11.2025 08:10
hn50 (@hn50@social.lansky.name)

Mergiraf: Syntax-Aware Merging for Git

Link: lwn.net/SubscriberLink/1042355
Discussion: news.ycombinator.com/item?id=4

#git




Show Original Post


13.11.2025 07:12
miek (@miek@mastodon.cloud)

TIL git ls-remote

and this is how to check out a pull request from codeberg.org

codebergpr = "!f() { pr=$(basename $1); git fetch origin refs/pull/$pr/head:pr-$pr && git checkout pr-$pr; }; f"

#git




Show Original Post


13.11.2025 05:17
GripNews (@GripNews@mastodon.social)

🌘 Mergiraf:Git 的語法感知合併工具
➤ 告別逐行比對的痛點,Mergiraf 為 Git 合併注入智慧
lwn.net/SubscriberLink/1042355
Mergiraf 是一個創新的 Git 合併衝突解決工具,它超越了傳統的逐行比對,運用語法樹和語言特定的知識來精確處理程式碼中的衝突。該工具能識別程式碼結構的語義,例如函數的返回型別或結構體的欄位,並在不影響程式碼邏輯的情況下,有效解決因同一程式碼行被不同修改而產生的衝突。Mergiraf 支援多種程式語言,大幅提升了開發者處理複雜合併的效率,特別是在大型專案中,並已在 Linux 核心程式碼庫的測試中顯示出顯著的成果。
+ 這個工具聽起來很有潛力,特別是對於我們這種經常處理大型 C++ 專案的團隊。希望它能真正減少我們手動解決合併衝突的時間。
+ 語法感知合併一直是個夢想,Mergiraf 似乎讓它離現實更近了。不過,語言支援的廣度和衝突解決的準確性仍需時間驗證。




Show Original Post


13.11.2025 01:02
vwbusguy (@vwbusguy@mastodon.online)

My contributions across #Forgejo instances far outweighs my contributions to #GitHub in recent years.

#git #DevOps #programming





Show Original Post


12.11.2025 22:02
squalouJenkins (@squalouJenkins@fosstodon.org)

Proudly #git push --force on a #perl project I know not much about, direct on main branch to test on prod.

I wish I could do this on Friday. (would let me time to learn about perl by then :_) )




Show Original Post


12.11.2025 21:14
jimmyb (@jimmyb@selfhosted.cafe)

I may poke into further this evening because if this all does what I think it will do, it's going to save me a lot of time.

#Continue #OpenWebUI #VSCode #development #Git #GitHub #GitHubEnterprise #Continue #AI #AIAgents #LLM




Show Original Post


12.11.2025 21:14
links (@links@gts.lmorchard.com)

git-pages/git-pages: Scalable static site server for Git forges (like GitHub Pages) - Codeberg.org

"git-pages is a static site server for use with Git forges (i.e. a GitHub Pages replacement). It is written with efficiency in mind, scaling horizontally to any number of deployed sites and concurrent requests and serving sites up to hundreds of megabytes in size, while being equally suitable for single-user deployments."

https://codeberg.org/git-pages/git-pages

#git #hosting #webdev




Show Original Post


12.11.2025 21:14
jimmyb (@jimmyb@selfhosted.cafe)

I spent several hours last night trying to get #Continue.dev set up with my #OpenWebUI instance. Unfortunately I wasn't able to and around 12:30 AM I threw in the towel. I figured it shouldn't be difficult, but I guess that wasn't the case.

From what I could tell it seems like there's an issue with the data/request being sent from the #VSCode plugin to OpenWeb UI because I get a 400 bad request (no body) error.

#development #Git #GitHub #GitHubEnterprise #Continue #AI #AIAgents #LLM




Show Original Post


1 ...195 196 197 198 199 200 201 202 203 204 205 ...348
UP