tag: terminal

When you forget to make your first git commit to remote origin, checkout into a new branch, and then merge into main
Maria D. Campbell
In this post, I discuss creating a new local Git repository, checking out into a new branch called create-config-project-and-users-app, trying to check out into main branch after committing changes in create-config-project-and-users-app, and after not succeeding, creating a new branch called main in create-config-project-and-users-app and checking out into main all at once, creating the remote repository on GitHub, adding remote origin, merging create-config-project-and-users-app into main, and pushing changes to remote origin.
#fullstack development, #macOS, #command line, #git, #local repository, #remote repository, #feature branch, #main branch, #git merge, #series, #terminal

How to measure test coverage in Django
Maria D. Campbell
Coverage.py is the go-to tool for measuring how much of your Django application your tests actually exercise. Here's how to install it, run it against a real project, and interpret the results.
#command line, #terminal, #fullstack development, #macOS, #django, #python3, #tests, #coverage, #coverage.py

Setting your default browser via Command Line in macOS
Maria D. Campbell
Learn how to use the defaultbrowser Homebrew package to set your default browser from the macOS command line, and why AppleScript-based approaches stopped working in Ventura.
#applescript, #command line, #macOS, #default browser, #homebrew, #terminal

Bash auto-completion in Linux
Maria D. Campbell
Since I have been working much more using bash in Linux, I miss the zsh auto-completion feature and wanted to implement it in Linux bash as well.
#command line, #terminal, #linux, #ubuntu, #linux mint, #bash auto-completion

How to send/receive local emails in Linux Mint/VirtualBox
Maria D. Campbell
How to send and receive local emails in Linux Mint/virtualBox using Command Line.
#command line, #linux, #linux mint, #local mail, #postfix, #mail command, #mailx command, #mailutils, #terminal, #virtualbox

How to show hidden Files in Windows 11
Maria D. Campbell
How to show hidden Files in Windows 11.
#command line, #command prompt, #file explorer, #showing hidden files, #terminal, #windows 11

Changing Your (Homebrew) postgreSQL Configuration from trust to md5
Maria D. campbell
How to change your (Homebrew) postgreSQL configuration from trust to md5.
#backend development, #command line, #database configuration, #homebrew, #md5, #osx, #root user, #terminal, #trust, #user authentication

How to Add Files to Your .gitignore with no Sweat
Maria D. Campbell
How to add files to your .gitignore with no sweat.