Explore >> Select a destination


You are here

brandont.dev
| | unixdigest.com
1.2 parsecs away

Travel
| | [AI summary] This tutorial explains a simple Git workflow to manage your home directory by using a white-listing approach with a wildcard in .gitignore to selectively track specific files while ignoring everything else.
| | ewintr.nl
0.7 parsecs away

Travel
| | [AI summary] This article explains how to set up a simple CI/CD pipeline using bash scripts and git hooks to automate deployment processes, including deploying to production and staging environments with user permissions management.
| | current.workingdirectory.net
1.1 parsecs away

Travel
| | Some thoughts based on my work as a movement technologist
| | brianreiter.org
6.0 parsecs away

Travel
| Normally, the macOS Terminal.app title bar includes the current directory name. When you connect to a remote host with openssh on macOS, the title bar gets updated to be "$(whoami)@$(hostname): $(pwd)" instead. Unfortunately when you exit ssh, the terminal title bar is not restored and continues to say you are on a remote host. Once...