Activity Team/Git FAQ: Difference between revisions
Line 218: | Line 218: | ||
:git-pull does a combination of fetch and merge, so to merge a patch... | :git-pull does a combination of fetch and merge, so to merge a patch... | ||
git pull git:// | git pull git://github.com/username/myproject-clone.git master | ||
=== What is the community protocol for submitting patches? === | === What is the community protocol for submitting patches? === |