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.
Remember when you learned #git and concluded that *you* were the problem?
Claude Code チートシート:開発者のための完全リファレンス
https://qiita.com/Hurry_Fox/items/2c9a543d411d4d0d607c?utm_campaign=popular_items&utm_medium=feed&utm_source=popular_items
#qiita #Git #GitHub #GitLab #ClaudeCode
You know you did a big refactoring when your branch has 353 commits of which 307 are "fixup" commits.
`git rebase -i --autosquash` masterrace.
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
⚡️ GitHub Copilot Turns Pro for Azure Cosmos DB
🏷️ #devdigest #azure #cloud #git #github #microsoft
https://devdigest.today/goto/5298
Updated the Gist today for using a Tillitis TKey.
https://gist.sudovanilla.org/Korbs/f3140ad0b49949f2af2782876e1b6330
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.
⚡️ Copilot Learns Cosmos DB in Under a Minute
🏷️ #devdigest #azure #cloud #git #github
https://devdigest.today/goto/5297
Есть какой-либо смысл в использовании ПО для резервного копирования для резервирования 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?
Poważne luki bezpieczeństwa w serwerze MCP od Anthropic prowadzą do RCE https://sekurak.pl/powazne-luki-bezpieczenstwa-w-serwerze-mcp-od-anthropic-prowadza-do-rce/ #Wbiegu #Ai #Git #Llm #Mcp #Rce
Why did I only learn about this today? https://github.com/so-fancy/diff-so-fancy #git #diff