Los comandos que necesito para trabajar con git desde la terminal https://myblog.clonbg.es/los-comandos-que-necesito-para-trabajar-con-git-desde-la-terminal/ #Terminal #Git https://clonbg.es

#TIL that newer MS Windows versions (after Windows 10 version 1607) can get configured to support path-lengths (e.g. in filenames) longer than 260 characters. https://learn.microsoft.com/en-gb/windows/win32/fileio/naming-a-file?#maximum-path-length-limitation
Helping a user, who has to work with windows, with “git clone”-issues.
Microsoft BASIC for 6502 Microprocessor - Version 1.1 , complete source code for Microsoft BASIC Version 1.1 for the 6502 microprocessor, originally developed and copyrighted by Microsoft in 1976-1978.
https://github.com/microsoft/BASIC-M6502/blob/main/m6502.asm
#asm #sourcecode #git #basic #history #it #assemblercode #m6502

It's a very common way to work with SSH keys to authenticate against remote #Git repositories on #GitLab.
Similar to access tokens, the #SSH keys will expire (inside GitLab) after a specific time.
If you have one SSH key, you know which one this is about. But what if you use multiple SSH keys on different systems, for different companies?
In our latest #blog article we show how to identify the key about to expire.
https://www.geekersdigest.com/gitlab-your-ssh-key-is-expiring-soon-but-which-one/
⚡️ GitHub Releases Spec Kit for AI Development
🏷️ #devdigest #dotnet #net #git #github
https://devdigest.today/goto/4838
Git Rev News Edition 126 (August 31st, 2025)
https://programming.dev/post/36849670
GitOps Explained: Managing Infrastructure with Git https://jsdev.space/gitops-explained/ #git #gitops #devops

Godot + Git advice:
Don't use `git mv` to move your files. Instead, do it from the editor's Filesystem dock (drag & drop, right click -> Move/Duplicate to..., etc). Then do `git add` to the new file name and `git rm` to the old file name (which will be understood as a rename). And also `git add` the modified dependencies.
This is because the editor keeps track of the files dependencies (project resources) and automatically updates them. If you move the file externally the dependencies will be broken.
After multiple Fediverse successes, I have put together an article that not only tells you that "git exclude" exists, but also how and when to use it.
Enjoy it now on my blog!
⚡️ GitHub Copilot Coding Agent Automates Coding Tasks
🏷️ #devdigest #dotnet #net #git #github
https://devdigest.today/goto/4837