Git & Github
Pull Requests
Even if you're the only person working on a project: It helps keep your main branch clean an...
Git Cheat Sheet
🔧 Setup Set your name and email git config --global user.name "Your Name" git config --globa...
Rebase
What is git rebase (in plain English)? Rebase takes the commits on your current branch and repla...