git

Back Open Paginator
15.08.2025 21:46
notes (@notes@enby.life)

Question for the git experts in my circle:
Is it possible to "save" a half-complete merge and come back to it later? I need to pause an ongoing merge project so I can work in another branch, but I can't figure out how to do that without losing progress on the merge. Is that possible?

My current best idea is to just clone another copy of the repository and work from there until the merge is complete, but I'm hoping there's a better way!

#Git #SoftwareDev #Coding




Show Original Post


15.08.2025 19:21
GripNews (@GripNews@mastodon.social)

🌘 關於 Tangled 拉取請求(Pull Request)生命週期的深度解析
➤ 從 Patch 生成到回合制審查,Tangled 如何重塑 Git 協作
blog.tangled.sh/pulls
本文深入探討了 Tangled 平臺如何建構其拉取請求(Pull Request)系統。作者詳細解釋瞭如何透過 Git 的 `diff` 命令,並特別關注如何處理跨分支和跨 fork 的差異比較。文中揭示了「隱藏追蹤 ref」的概念,透過在本地端設定 refspec 來同步遠端目標分支,以確保比較始終基於最新狀態。此外,文章也闡述了 Tangled 採用的「回合制」代碼審查機制,這種機制讓提交保持不變,評論與特定版本綁定,並賦予作者提交的自主權。最後,作者還分享了未來對拉取請求系統的規劃,包括支援 `format-patch`、Gerrit 風格的 `refs/for/main` 以及 Change ID 等功能,展現了 Tangled 在優化 Git 協作體驗上的努力。
+ 很有意思的技術分享,尤其「隱藏追蹤 re




Show Original Post


15.08.2025 18:35
mlippert (@mlippert@vmst.io)

@smartgit Smartgit 22.1.8 all of a sudden won't start (on linux Kubuntu 24.04)

So I tried sending a message to the smartgit google group, but it never got posted.

I don't know if it affects later versions of smartgit, because it's my personal copy so I only upgrade every few years.

I included a stacktrace, and I think I figured out the cause which I mentioned.

I don't know if it's patchable, or if I'm out of luck until I upgrade.

#smartgit #git




Show Original Post


15.08.2025 18:06
stsquad (@stsquad@mastodon.org.uk)

Dear #lazyweb,

I think I've reached the limit of #matplotlib trying to graph the forks from a #git repository. What I want to to plot the slowly growing trunk and then show the relative sizes of the forks from where they start in the trunk to their current heads relative to time (see attached sketch). I thought I might be able to abuse the matplotlib #sankey diagrams for this but so far I've just managed to generate an overcrowded triangle. Any ideas?





Show Original Post


15.08.2025 13:34
txt_file (@txt_file@chaos.social)

How to download a #git repository over an unstable connection? :BoostOK:




Show Original Post


15.08.2025 12:17
shane (@shane@d20.social)

I really like GitButler! If you use #git, you may well be interested in taking a look.

I don't use it though - it makes it very difficult to jump back into the command line which is where I spent most of my time.

youtube.com/watch?v=DhJtNNhCNLM




Show Original Post


15.08.2025 07:32
geekland (@geekland@mastodon.social)

Controlar los cambios en la configuración de GNU/Linux con etckeeper
malagaoriginal.blogspot.com/20




Show Original Post


15.08.2025 00:59
elisavetsky (@elisavetsky@mastodon.social)

Hey anybody used statichost.eu before? Apparently it's an EU static site provider that offers many things Netlify offers like automatic deploys and continuous integration. They apparently offer a global CDN too. Looks promising especially since they claim a focus on privacy. Just hoping maybe a fellow nerd tried them out before :)




Show Original Post


15.08.2025 00:30
jaymcgavren (@jaymcgavren@mastodon.social)

Select one of the last 10 commit messages to copy to the clipboard:

$ git log -n 10 --pretty=%B | sed '/^\s*$/d' | fzf | pbcopy




Show Original Post


14.08.2025 23:51
sleepyfox (@sleepyfox@hachyderm.io)

Jujitsu? I'm going to learn Jujitsu?
#git #DVCS
steveklabnik.github.io/jujutsu




Show Original Post


14.08.2025 23:02
habr (@habr@zhub.link)

Мошенники на LinkedIn

На LinkedIn мне, как, думаю, и многим из вас, часто пишут. Чаще всего, это бывают либо рекрутеры низшего уровня, которые особо не вдаются в детали моей специализации и спамят просто "на удачу". Либо, это те, кто пытается предложить мне услуги, которые, ха-ха, я и сам предоставляю (всяческое R&D). Первым делом, эти ребята, конечно, просят добавить их в контакты. Чаще всего, я на это никак не реагирую, чтобы не тратить время. Но иногда, я захожу глянуть профиль, особенно, если указано, что это, возможно, мой настоящий коллега-разработчик или какой-то иной живой человек. В этот раз, мне написал некий Гильермо, из Бразилии. В профиле написано - DevOps, а девопсов я уважаю, поэтому и жамкнул на "добавить в контакты". Что было дальше

habr.com/ru/articles/937352/

#web3 #безопасность #git #github #nodejs #javascript #карьера #мошенничество #блокчейн #криптовалюты




Show Original Post


14.08.2025 19:22
denis (@denis@ruby.social)

My new home at Codeberg is only small, but growing: codeberg.org/denis_defreyne/

#GitHub #Codeberg #Git




Show Original Post


1 ...321 322 323 324 325 326 327 328 329 330 331 ...347
UP