Git/GitHub
Here are some basic Git commands that you can use to manage your code repository:
BASIC COMMANDS
use git help [command]
Branches
Master - default branch
origin - default upstream branch
head - current branch
create from existing files
git i...
developertree.com3 min read