Git Commands
Some helpful commands for using Git in the terminal.
This page contains my notes on various programming and tech related topics. Subscribe to the JSON feed or RSS feed, or follow me on Mastodon to get notified about new posts. Use the buttons to filter the notes by tag.
Some helpful commands for using Git in the terminal.
My configuration settings for the LazyVim terminal editor.
My configuration settings for the awesome Ghostty terminal.
Some useful commands for using the tmux terminal multiplexer.
Setup reverse proxy and basic HTTP authentication with Caddy.
Initialize server networking and other settings with cloud-init.
Useful commands in the macOS terminal.
Suppressing print output in Swift is useful for functions that accept a block of code as input.
A two-dimensional array in C++ using C-style array and standard array container.