Articles tagged with “Command line” (6 articles)
Workarounds to Git worktree using bare repository and cannot fetch remote branches
Posted onYou cannot fetch remote branches when using git worktree with a bare repository? Here are workarounds
How to fail fast your shell script
Posted onDiscover a commands combo to fail fast your shell scripts
How to catch errors as soon as they occur in bash scripts
Posted onA quick tip to let you fail fast a bash script as soon as errors occur.
'source: not found' in the context of npm scripts
Posted onFind out how to solve `source: not found` error occurring when running your npm script
Today I learned: How to encode/decode base64 string from the command line
Posted onLearn how you can encode and decode strings to or from base64 string, right from the command line.
Bash command chaining operators
Posted onLittle Wiki entry about a few bash command chaining operators