Командная разработка на 1С через EDT и Git: пошаговая настройка проекта

Командная разработка в 1С не обязана держаться на блокировках, непрозрачной истории и ручном разборе изменений. В статье показываем, как перевести проект в 1С:EDT, настроить Git и Git LFS, организовать ветки для команды и аккуратно работать с конфликтами в XML‑метаданных. Разобрать процесс

https://habr.com/ru/companies/otus/articles/1039852/

#1С #Git #командная_разработка #хранилище_конфигурации #расширения_1С #Git_LFS #mergeконфликты #XMLметаданные #code_review

Командная разработка на 1С через EDT и Git: пошаговая настройка проекта

Хранилище конфигурации — стандартный способ командной разработки в Конфигураторе 1С уже двадцать лет, но у него есть парочка проблем: один разработчик блокирует объект целиком...

Хабр
New Gogs zero-day flaw lets hackers get remote code execution

An unpatched zero-day vulnerability in the Gogs self-hosted Git service can allow attackers to gain remote code execution (RCE) on Internet-facing instances.

BleepingComputer
After using codeberg.org for a few days, GitHub feels very slow. Codeberg is so nice and snappy. #git #coding #programming

Anyone good with #git here who can tell me how I might go about "linearising" a repo's history? Either by ordering all commits chronologically or (possibly easier) by retroactively changing all merges into rebases?

A - B - C - - - F - G
\ D - E /

(D - E is branch off from B merging at F)

To

A - B - C - D' - E' - (F') - G'

(Unsure if F' would survive)

Or chronologically:

A - B - D' - C' - E' - F' - G'

Where X' is a new commit ref.

Any advice welcome

#WritersCoffeeClub May 28 – Have you ever regretted cutting a scene?

I can't say that I have, actually, and I've cut a LOT of material over the years including a whole 10,000-word chapter for one project. If anything I may have done well to cut more, or at least streamlined more. Rewriting my current 250K+ first draft will likely result in trashing most of the current draft and I'm fine with that, because not only is it too long but it was mostly an exploratory draft grasping toward the shape of the characters and story. And I won't be losing anything permanently since I have version control through #Git.

If you search on "gogs vulnerability" you see there have been a few posts on this already. Still no action.

#git

https://www.theregister.com/security/2026/05/29/no-fix-yet-for-critical-gogs-rce-bug-exploit-module-is-out/5248691

No fix yet for critical Gogs RCE bug - exploit module is out

Researcher reported the vuln in March. Maintainers haven't responded to his messages since

theregister

🚨 NEWS: Git per principianti: init, add, commit, push, pull spiegati con esempi veri

Ecco i punti chiave in breve:
💡 Hai un progetto che cambia ogni giorno. HTML, CSS, PHP, magari un database. Ogni modifica è un rischio: un fix ne rompe un altro, torni indietro a memoria, i file si accumulano in cartelle tipo...

🚀 LINK: https://meteoraweb.com/analisi-dei-dati-e-metriche/git-per-principianti-init-add-commit-push-pull-spiegati-con-esempi-veri

#git #init #add #commit #push

Gogs Vulnerability Exposes Open-Source Git Service to RCE Attacks

A critical vulnerability in Gogs, an open-source Git service, has been exposed, leaving users open to remote code execution (RCE) attacks - and an exploit module is already available. The flaw was reported as early as March, but shockingly, the project's maintainers have failed to respond to the researcher ever since.

https://osintsights.com/gogs-vulnerability-exposes-open-source-git-service-to-rce-attacks?utm_source=mastodon&utm_medium=social

#Gogs #RemoteCodeExecution #Rce #Opensource #Git

Gogs Vulnerability Exposes Open-Source Git Service to RCE Attacks

Learn about the critical RCE vulnerability in Gogs, an open-source Git service, and take immediate action to secure your instance with our expert guidance now.

OSINTSights

RE: https://cosocial.ca/@timbray/116654399481954959

Posting this has taught me about a couple of git options that I didn't know, probably useful stuff in the commentary for many of us less-than-expert git wranglers.

#git

🌘 本地 Git 遠端倉庫設定指南
➤ 擺脫雲端依賴,建立屬於自己的私人 Git 儲存空間
https://cblgh.org/posts/local-git-remotes/
在進行軟體開發時,為了擺脫對外部雲端服務的過度依賴,作者分享瞭如何在家用伺服器上建立私有 Git 遠端倉庫的實踐經驗。透過將專案複製為「裸倉庫」(bare repository),不僅能確保資料安全性,還能解決外部伺服器連線不穩或遭網路爬蟲幹擾的問題,實現更穩定、靈活的開發工作流。
+ 很實用的教學,我也厭倦了頻繁斷線的遠端服務,這樣做能讓本地開發流程順暢許多。
+ 這種去中心化的思路很棒,尤其是避開了大型科技公司,還能同時保留多重備份。
#技術教學 #Git #版本控制 #伺服器管理
local git remotes — alexander cobleigh / cblgh.org

How to backup with git using machines you have at home