git

Back Open Paginator
07.03.2026 22:15
leanpub (@leanpub@mastodon.social)

Linux DevOps eBook Bundle by Bobby Iliev is the featured bundle on Leanpub!

Link: leanpub.com/b/linux-devops-ebo




Show Original Post


07.03.2026 17:11
ps (@ps@soc.ua-fediland.de)

На фоні мого недавнього крипто-токсикозу і натхнення концепцією #CRXN - реєстру на базі децентралізованого, локально-орієнтованого #Git, виникла думка: а що якщо замість #Alfis використовувати схожий концепт для #DNS?

Бо от скоро знов треба пролонгувати десяток доменів майнингом, і я чогось того робити щоразу не хочу, враховуючи регулярні запори концепції #PoS, 364 і т.д.

От випиляти все і лишити резольвер, з можливістю підключення будь-яких репозиторіїв реєстру, за умови відсутності там конфліктів доменних імен.




Show Original Post


07.03.2026 16:02
sparsick (@sparsick@mastodon.social)

📣 Happy to announce testcontainers-git 0.14.0 🥳

🚀 Features
- Add support for Forgejo

🧰 Maintenance
- chore(analyze): enable modernizer analyze
- chore(analyze): enable spotbugs analyze
- Add spotless-maven-plugin

📦️ Dependencies
Many dependency updates

Full release notes: github.com/sparsick/testcontai




Show Original Post


07.03.2026 11:47
TheTomas (@TheTomas@social.toot9.de)

Viele arbeiten mit Methoden der 80er Jahre des letzten Jahrtausends und ignorieren alle Entwicklungen der letzten Jahrzehnte. Es geht um Managementsysteme, Dokumentationen und #ISMS. Zum Wochenende habe ich ein Beispiel #Repo auf #Codeberg veröffentlicht und schreibe dazu was im Blog. Viel Spaß!

blog.jakobs.systems/blog/20260

#Git #Management #CISO #iso27001 #Risiko





Show Original Post


07.03.2026 10:39
tymwol (@tymwol@hachyderm.io)

This may be a bit controversial, but the two most un-git #git aliases that I use quite often are:

purge = !git fetch origin && git reset --hard origin/$(git branch --show-current)
yolo = !git add . && git commit --amend && git push --force

because sometimes I don't care about local or remote changes.




Show Original Post


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

Хоткеи, которые я реально использую каждый день — справочник за 10 лет разработки

Мышечная память не ждёт ответа от API и работает без интернета. Собрал справочник шорткатов, которые реально прижились за 10 лет: WebStorm, Chrome, терминал, alt-коды для таблиц и файловых деревьев. Осознанно олдскульный формат — статья в закладки.

habr.com/ru/articles/1007548/

#горячие_клавиши #WebStorm #JetBrains #Chrome #продуктивность #IDE #keyboard_shortcuts #altкоды #git #терминал




Show Original Post


06.03.2026 22:46
jaggiesweekly (@jaggiesweekly@ruby.social)

TIL: should I use single or double quotes in git commit messages?

both works fine, but go for the single quotes; double quotes might trigger "command substitution" on unix-like systems

for example:

```bash
$ echo "`ls`"

./docs/
./node_modules/
./package-lock.json
./package.json
./pages/
./README.md
```

#git #devlife #learninginpublic




Show Original Post


06.03.2026 18:39
dbat (@dbat@mastodon.gamedev.place)

I wish that game dev peeps would see that Git for large graphics files is a real problem.

No, LFS does not help you.

Every change to your 2gb blender file is an ENTIRELY NEW FILE.

Am I wrong?

It seems we badly need a git for design/binary files that does not multiply megabytes.

#dev #gamedev #git




Show Original Post


06.03.2026 16:18
MinkOfTheEnd (@MinkOfTheEnd@meow.social)

I wish this was real.

(The funny website is youraislopbores.me/ and it has people responding to the prompts, it's not an Al website.)

#git #youraislopboresme





Show Original Post


06.03.2026 16:12
MinkOfTheEnd (@MinkOfTheEnd@meow.social)

I wish this was real.

The funny website is youraislopbores.me/

#git #youraislopboresme





Show Original Post


06.03.2026 16:08
vnikolov (@vnikolov@ieji.de)

I. CORRECTIONS:

(1) The notation has square brackets for the old version:
[-old-]{+new+}
—I made several typos in the original post.

(2) The incantation is `git diff --word-diff=plain'.

II. NOTES:

(a) There is also --word-diff-regex="." marking differences at single character granularity.

(b) Sometimes I run `git diff' directly from the command line and sometimes from another environment, such as Emacs.
The defaults may vary.

@dougmerritt

#Diff
#Git
#GitDiff
#SoftwareTools




Show Original Post


06.03.2026 14:59
SO_UnivRennes (@SO_UnivRennes@mastodon.social)

Cours d'introduction à et pour des doctorant.e.s (3h) zenodo.org/records/18889874




Show Original Post


1 ...61 62 63 64 65 66 67 68 69 70 71 ...347
UP