Lädt...

🔧 TIL `$*` captures all positional arguments into a space separated string You can abuse this for a Git alias to avoid typing the commit message in double quotes: Add to .zshrc: alias gc='git add -A && git commit -m "$*"' Then run: `gc my commi


Nachrichtenbereich: 🔧 Programmierung
🔗 Quelle: dev.to

...