Recent Activity
Mac
created page
Merge case (you’re merging main into your branch, and want your branch everywhere)
3 months ago
3 months ago
Mac
User for 1 year
Created Content
Recently Created Pages View All
DB File corruption fix
1) Stop writes + backup # stop the bot/container first cp -a bot.db bot.db.bak.$(date +%Y%m%d...
Handling Pull Requests from Forks (Maintainer Guide)
# Handling Pull Requests from Forks (Maintainer Guide) This guide explains how to safely wor...
Merge case (you’re merging main into your branch, and want your branch everywhere)
git checkout --ours $(git diff --name-only --diff-filter=U) && git add -A && git commit -m "Resol...
Rebase
What is git rebase (in plain English)? Rebase takes the commits on your current branch and repla...
Git Cheat Sheet
🔧 Setup Set your name and email git config --global user.name "Your Name" git config --globa...
Recently Created Chapters View All
Recently Created Books View All
Recently Created Shelves
Mac has not created any shelves