Toggle navigation
Brian Childress
Home
About
Podcast
Talks
Brian Childress
GIT: Force Overwrite of Local File with Remote File
Sometimes we just need to reset a local file with what is saved in a remote repository, here are the commands you need.
04-10-2021
GIT: Forget Previously Tracked File
Oops, we checked in a file that we shouldn't have, here's how to tell GIT to "forget" about that file.
04-09-2021
Useful Git Snippets
04-05-2021
GIT: Fatal Ambiguous Argument, Branch and Filename
While rare, you might run into an error when using Git version control that your branch name and a filename are the same.
03-26-2021
MacOS: Git error: xcrun invalid active developer path
If you've tried to run a `git` command and it failed with this error, here is a simple fix.
03-15-2021
My Required Reading List
Here is a list of books that I feel are important for everyone to read
03-15-2021
API Security: Broken Object Level Authorization
In this article we'll dive into the Broken Object Level Authorization (BOLA) API vulnerability.
03-15-2021
Multipass: Mount Host Volume
If you're using Multipass you might need to mount a volume to gain access to resources on your host machine, here's how to do it.
03-12-2021
Tools I Use
This is a list of the tools that I use regularly to help make me more efficient and effective.
03-11-2021
Copy Data from Postgres to CSV File Using Docker
If you need to export data as a .csv file from Postgres and use Docker, here is a simple command to do just that.
03-11-2021
Older Posts →