【備忘録】git clone ができない時の原因と解決方法🔰
https://qiita.com/cream173/items/5fb11fffc852f527ae18?utm_campaign=popular_items&utm_medium=feed&utm_source=popular_items
#qiita #Git #GitHub #初心者 #備忘録 #プログラミング初心者
プロキシ環境下におけるAzure DevOps ReposへのGit接続エラー「fatal: unable to access」の原因と対処法
https://qiita.com/abachan/items/2c7be86fb4e132598192?utm_campaign=popular_items&utm_medium=feed&utm_source=popular_items
#qiita #Git #Azure #devops #プロキシ #Repos
I'm on board with the goal of Dependabot, but I'm really not on board with using loads of HTML in commit messages. `git log` should be readable by a human at a terminal.
The latest version of VS Code just dropped and is PACKED FULL OF AWESOME NEW Features! I break down my favorite in under 8 minutes.
#vscode #githubcopilot #aidevelopment #git
Sicherheitslücken: Angreifer können #GitLab-Instanzen lahmlegen | Security https://www.heise.de/news/Sicherheitsluecken-Angreifer-koennen-GitLab-Instanzen-lahmlegen-10640574.html #Patchday #git ![]()
🔍 Desmistificando o Debate Git vs. GitHub: Entendendo as Principais Diferenças 🖥️🔗
Git e GitHub são frequentemente confundidos, mas possuem funções distintas no mundo do desenvolvimento. Descubra as diferenças essenciais entre eles e como cada um pode beneficiar seus projetos!
👉 Saiba mais no blog: https://nova.escolalinux.com.br/blog/desmistificando-o-debate-git-vs-github-entendendo-as-principais-diferenas?utm_source=dlvr.it&utm_medium=mastodon
#Git #GitHub #Desenvolvimento #Tecnologia #CódigoAberto
Kiedy `#git submodule` każe użyć opcji `--force`, i dostajesz:
```
Changes to be committed:
(use "git restore --staged <file>..." to unstage)
new file: --force
modified: .gitmodules
```
When `#git submodule` tells you to use `--force` option, and then you get:
```
Changes to be committed:
(use "git restore --staged <file>..." to unstage)
new file: --force
modified: .gitmodules
```
Supercharge your #Git workflows https://about.gitlab.com/blog/supercharge-your-git-workflows/ #DevOps
Catch the latest from the #openSUSE community on planet.o.o. Topics include #KDE Akademy, #Plasma widgets, #Git migration, #AI tools, and more. https://news.opensuse.org/2025/09/12/planet-roundup/
A few months ago I tooted about diffing Word and Writer documents with #Git and #Forgejo. Today, I finally finished up my blog post about it, including a simple tutorial so that you can set it up for yourself!
https://spiffyk.cz/blog/git-pandoc/
cc @forgejo
One thing I love about #jujutsu which #git misses is the ability to treat sub repos as full fledged forks. This is naturally comfortable to work with, especially when you need to make changes along with other modules then push them back upstream.
The closest thing I get is using ingydotnet/git-subrepo and push module changes to a local clone dir (yes you can do that with git). Then you can prepare it for PR to upstream.