Posts Tagged "Git"
Getting your first website on the internet is easier than you think
From GitHub Pages to custom domains, here is everything you need to get your site live. It takes less time than you expect.
Read Post
Git deep-dive: "git init"
A closer look at the command that starts every git repository: what it actually does, what it creates, and a few tricks you might not know.
Read Post
3 ways to time travel in Git to undo destructive mistakes
Botched a rebase? Nuked commits with a reset? Git has built-in tools to get you back without re-cloning.
Read Post