Skip to content

Breaking

php split string How to Install Restic Permanently on Unraid Prompt Magic Instructions for Gemini How to Shrink the MongoDB 7.0 Oplog
home

home

home
home

  • Home
  • Frank Earnhardt
  • FAQ
git How-To

git checkout | git restore | git cherry-pick

Frank Earnhardt February 14, 2026 No Comments

Method 1: Using git checkout (Easiest) This method copies the file’s content into your working directory and stages it automatically, as if you manually copied the file and ran git…

git Tips

git aliases to prevent orphan branches

Frank Earnhardt February 13, 2026 No Comments

Run these commands in your terminal: 1. git unpushed This shows you exactly what is on your local machine that has not been pushed to the server yet. 2. git…

AI bash Google How-To script

ai conversation – list bash functions

Frank Earnhardt January 24, 2026 No Comments

In Bash, you can list functions loaded in your current environment—including those loaded via the source (or .) command—using several built-in methods. 1. List All Loaded Functions To see every…

AI git Google How-To Uncategorized

git workflow – ai conversation

Frank Earnhardt January 24, 2026 No Comments

What’s the proper full-cycle workflow?——- LOCAL —–git init – create repogit add README.mdgit commit -mInitialgit remote add origingit push origin main <– pre-configured to allow push to creategit checkout -b…

AI git Google

Github Pages – AI Conversation

Frank Earnhardt January 24, 2026 No Comments

In 2026, the best practice for managing GitHub Pages is actually a third option that avoids branch-switching entirely: GitHub Actions. However, if you are choosing between the traditional branch-based methods,…

Cloudflare DNS ISP

Cloudflare DNS validation for GitHub Page

Frank Earnhardt January 24, 2026 No Comments

To bypass local DNS settings using dig, you can query an external DNS server directly or use a tracing method to resolve the domain from the root. 1. Specify a…

AI Google How-To

git stash fog – ai conversation

Frank Earnhardt January 24, 2026 No Comments

To clear up the “Stash Fog,” you don’t have to guess what’s inside them. You can peek into the box before you open it. 1. List and Identify First, see…

git How-To

git merge vs rebase

Frank Earnhardt January 24, 2026 No Comments

When you are working on a feature branch for more than a day, the “ground” (the main branch) usually moves beneath your feet. Other developers are merging their PRs, and…

git How-To

git branch -vv

Frank Earnhardt January 24, 2026 No Comments

How to read following git branch -vv? This output is a “snapshot” of where each local branch pointer is currently sitting. 2. Analyzing the Log Graph Your git log --graph…

bash script

bash set -e problems – ai conversation

Frank Earnhardt January 24, 2026 No Comments

In Bash, using standard command substitution (e.g., VAR=$(my_func)) while set -e is active can be problematic because the main script might not exit immediately if the subshell where the function…

Posts pagination

1 … 3 4 5 … 31

« Previous Page — Next Page »

July 2026
M T W T F S S
 12345
6789101112
13141516171819
20212223242526
2728293031  
« Jun    

You Missed

How-To PHP

php split string

Database How-To Restic unraid

How to Install Restic Permanently on Unraid

Gemini

Prompt Magic

Gemini How-To

Instructions for Gemini

home

home