Part4GitBranching - xorkevin/GitIntroduction GitHub Wiki

#part 4: git branching

##Viewing Remotes

###git status

###git remote show remote_repo_name

##Pushing and Pulling Advanced

###git fetch

git fetch will take a copy of the remote branch

###git diff ###git merge

###git difftool ###git mergetool