git

Back Open Paginator
29.01.2026 12:36
krickl29 (@krickl29@mastodon.world)

aaaaand another coworker committed a ton of files that he shouldn't commit, horray!
I'll say it again: The commit UI in #IntelliJ is too simple, because it completely hides the staging area in #git.
People just check one box and push all their local crap.

Tools like #gitfork or #sourcegit are much better at this.




Show Original Post


29.01.2026 10:53
CartyBoston (@CartyBoston@mastodon.roundpond.net)

Remember when you learned #git and concluded that *you* were the problem?




Show Original Post


29.01.2026 10:31
qiita (@qiita@rss-mstdn.studiofreesia.com)

Claude Code チートシート:開発者のための完全リファレンス
qiita.com/Hurry_Fox/items/2c9a

#qiita #Git #GitHub #GitLab #ClaudeCode




Show Original Post


29.01.2026 09:38
musicmatze (@musicmatze@social.linux.pizza)

You know you did a big refactoring when your branch has 353 commits of which 307 are "fixup" commits.

`git rebase -i --autosquash` masterrace.

#git #softwaredevelopment




Show Original Post


29.01.2026 09:30
bitinn (@bitinn@mastodon.gamedev.place)

How do people deal with git (case sensitive) on Windows and UE (case insensitive)?

We often run into issues *on feature branch merge*, where we discover the same uasset at the same location but with different casing for folders or filenames.

Since we are dealing with *multiply branches* we can’t use pre-commit hook to identify the naming conflicts. And pre-commit hook won’t run on merge as far as I know.

#git #windows #unrealengine #gamedev




Show Original Post


29.01.2026 08:00
devdigest (@devdigest@mastodon.social)

⚡️ GitHub Copilot Turns Pro for Azure Cosmos DB

🏷️

devdigest.today/goto/5298




Show Original Post


29.01.2026 02:36
korbs (@korbs@social.sudovanilla.org)

Updated the Gist today for using a Tillitis TKey.

gist.sudovanilla.org/Korbs/f31

#security #signing #git #ssh




Show Original Post


28.01.2026 23:42
ruben (@ruben@friendship.quest)

I'm now more at home with jujutsu's model, and if you haven't tried it yet, give it a go!

Just the auto-commit makes things so much easier, but I love multi-parent changes.

#jujutsu #git




Show Original Post


28.01.2026 19:03
devdigest (@devdigest@mastodon.social)

⚡️ Copilot Learns Cosmos DB in Under a Minute

🏷️

devdigest.today/goto/5297




Show Original Post


28.01.2026 16:42
mintbug (@mintbug@mastodon.ml)

Есть какой-либо смысл в использовании ПО для резервного копирования для резервирования bare git repo на внешние диски, или git самодостаточен? Допустим, у меня есть `~/storage/some-repo.git` и `~/remote/hdd`. Если я правильно понимаю, нужно делать что-то вроде
```fish
git clone --mirror ~/storage/some-repo.git ~/remote/hdd/storage/some-repo.git
# следующий бекап:
cd ~/remote/hdd/storage/some-repo.git && git fetch
# для восстановления из резервной копии:
cd ~/remote/hdd/storage/some-repo.git && git push
```
Или мне нужно в конце концов зашарить за что-то вроде restic?

#git




Show Original Post


28.01.2026 15:58
13 (@13@2137.social)

Poważne luki bezpieczeństwa w serwerze MCP od Anthropic prowadzą do RCE sekurak.pl/powazne-luki-bezpie #Wbiegu #Ai #Git #Llm #Mcp #Rce




Show Original Post


28.01.2026 15:16
tobyS (@tobyS@ruhr.social)

Why did I only learn about this today? github.com/so-fancy/diff-so-fa #git #diff




Show Original Post


1 ...105 106 107 108 109 110 111 112 113 114 115 ...348
UP