top of page
Mar 19
Git: Configuration
git config --list --global git config --global user.name "Your Name" git config --global user.email "your_email@example.com" git config...
Jan 15, 2023
Git: Orphan Branch
How-to steps to create a git orphan branch which updates a repository while keeping the commit history hidden: git branch * my_branch ...
bottom of page