Articles tagged with “Command line” (6 articles)

Workarounds to Git worktree using bare repository and cannot fetch remote branches

You cannot fetch remote branches when using git worktree with a bare repository? Here are workarounds

How to fail fast your shell script

Discover a commands combo to fail fast your shell scripts

How to catch errors as soon as they occur in bash scripts

A quick tip to let you fail fast a bash script as soon as errors occur.

'source: not found' in the context of npm scripts

Find 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

Learn how you can encode and decode strings to or from base64 string, right from the command line.

Bash command chaining operators

Little Wiki entry about a few bash command chaining operators

Browse all tags