Teachable.com ➡ http://tinyurl.com/s6wtbckx
Category Archives: git
Specifying A Range of Commits for Planning Git Merges
Specifying A Range of Commits for Planning Merges!
Quickly Get Git Help
If you’re using a git command but need a quick refresher, remember this syntax: If you need the full man page for a git command, it’s: If you want to see ALL AVAILBLE <verb> options; type git and then TAB key twice (like you would with a linux command): Full Demonstration
How To Quickly Create A Git Repository For Rapid Testing
Quickly Create A Git Repository For Rapid Testing
How To Read Git Branches
Love Git Branches But Hate Reading Them? If you’re using git branching, it can be difficult sometimes to orient yourself within your git repository (repo). Knowing where you are, where you want to go, and how to get there is next to impossible if you don’t know how to read your commit history (branches) SoContinue reading “How To Read Git Branches”
Quick Primer to Git’s Workflow
If you don’t understand this fundamental concept, then nothing in Git (or Github) will ever make sense.