Working with GitHub: Remotes, PRs, and Collaboration
Guides on collaborating through GitHub — remotes, pull requests, forks, and branch-protection workflows built on top of Git.
1 post
Posts tagged github
Git Basics: A Beginner's Guide to Version Control
Master Git's core workflow, from commit to merge.A beginner-friendly guide to Git covering setup, the staging area, everyday commands like add/commit/diff/log, .gitignore, branching, merging, undoing mistakes, stashing, remotes, and tags.