Git
= Helpful commands
Getting stuff from other branch
git remote add live <other branch> git pull live maste
Commit
git commit -m "This is a great check in"
= Helpful commands
Getting stuff from other branch
git remote add live <other branch> git pull live maste
Commit
git commit -m "This is a great check in"