Git: Difference between revisions
Jump to navigation
Jump to search
Created page with "= 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"" |
No edit summary |
||
Line 1: | Line 1: | ||
= Helpful commands | = Helpful commands = | ||
Getting stuff from other branch | Getting stuff from other branch |
Revision as of 02:44, 1 November 2019
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"