Blogs
Cleanup Old Branches in …
Git and GitHub are tools I use a lot for my day to day work and for training sessions I lead. Often I will allow participants in my training sessions to create and push code to a new branch in GitHub. Maybe for a code review, or to use a CI/CD pipeline I have setup. Pretty soon I have a lot of old …
Parsing a CSV file using …
Often times I need to do something multiple times with different input values. Like recently I needed to add a bunch of folks to a team in GitHub for an upcoming training session, easy to do for one or two, not for 200+. Luckily I had everyone’s information in a .csv file, that turned into a …
Tar File(s) or …
There are many reasons why we might need to Tar files and directories, we might need to upload or download file to and from a server or application, archive files for later retrieval, whatever the reason here are a few helpful commands to get started. “Taring” is simply a concept where …