Hacer que git no pida contraseña https://myblog.clonbg.es/hacer-que-git-no-pida-contrasena/ #Git #Seguridad https://clonbg.es

PyClean v3.4.0 released! Now with Pyright debris removal, cleanup of empty folders only, and git-clean integration to remove untracked files. Try it with #conda or #uv now! `uvx pyclean`. https://pypi.org/project/pyclean/ #python #bytecode #debris #cleanup #development #python3 #cpython #pypy #Linux #macOS #Windows #Pyright #Git
Gotta love when a single #PowerShell command can safely `git clean -xfd` 277 #git repos and free up 55GB of space 😎 You can do the same.
https://blog.danskingdom.com/Reclaim-disk-space-by-cleaning-all-your-Git-repos-with-PowerShell/

📝 Шпаргалка про #Git: основні команди для налаштування, створення репозиторію, відстеження змін, комітів, роботи з гілками та віддаленими репозиторіями

Ummm
#linuxadmin #git #opensource #tool

Ummm
#linuxadmin #git #opensource #tool

Mentre tento di scrivere un articolo introduttivo su Git, sto sperimentando con Proxmox.
La scalabilità del progetto è impressionante.
Già in un piccolo homelab si possono semplificare operazioni complesse, per non parlare dei grandi datacenter.
I container di Alpine Linux poi, con tanto di OpenRC in esecuzione, sono amorevoli.
Una volta acquisita un po' più di consapevolezza in merito, ne riparleremo sicuramente!
#linux #unolinux #gnulinuxitalia #opensource #homelab #proxmox #git
Spending my morning helping out with a @thecarpentries workshop. It's a great organization that teaches people to use tools such as #Python, #git, and the #Unix #shell
Are you using #git send-email on #Microsoft O365 on #linux? We just release the sso-mib v0.7.0 providing a git credential helper to authenticate via OIDC including device trust.
The implementation is THAT simple we provide it as an example 😄
https://github.com/siemens/sso-mib/releases/tag/v0.7.0

There are two compare urls on Github:
1. github.com/user/repo/compare/rev1..rev2 (two dots)
2. github.com/user/repo/compare/rev1...rev2 (three dots)
(1) shows all the changes as a single diff, while (2) is a neat list of commits and a tab to look at all changes, so more useful!
Example: https://github.com/godotengine/godot/compare/86e0c22c575473d67992f750d5eada69265c1c29...master
Been using that a lot at work for checking changes that would be deployed, so thought more folks would find it useful!
#softwaredevelopment #git #programming #github
dstask 1.0: Git-based task manager now also for Windows
The terminal-based task manager dstask has reached version 1.0. The most important innovation: developers can now also use the tool under Windows.
#Git #GitHub #IT #OpenSource #Projektmanagement #Windows #news
Next compiler/parser idea for a better world:
Commented code should be compiled/parsed as non commented code.
#git #commentedCode