Last active
March 2, 2017 19:45
-
-
Save jgravois/8e114e5fbadae33b51c79465a28d4097 to your computer and use it in GitHub Desktop.
git for geographers
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
john and pat demo time! | |
two different text editors | |
two different git clients | |
pat made a project with markdown and geojson | |
john forks it | |
clones | |
branches | |
commits | |
creates PR | |
pat merges PR | |
branches | |
commits and merges into master | |
john branches again | |
commits | |
PR has merge conflict | |
pulls master and resolves | |
pat wants to make suggestion | |
tracks remote | |
branches again | |
PRs to john | |
john merges pats PR | |
pat merges johns PR | |
yay! |
We should work on syncing this up at some point.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Gah, you must have sent me this via chat not email and I missed it. I ended up writing out my own outline:
pat-local
pat-local
to GitHubjohn-local
john-local
john-local
and push to the fork on GitHubpat-local
v2
branchv2
branch and push it to GitHubv2
branch to GitHubjohn-local
upstream/v2
branch locallyjohn/v2
toupstream/v2
pat-local
john/v2
locallyjohn/v2
and push it toupstream/john-v2
upstream/john-v2-changes
tojohn/v2
john-local
upstream/john-v2-changes
tojohn/v2
pat-local
john/v2
toupstream/v2
upstream/master
v2 into
master` and push it to GitHub