<html><head><meta http-equiv="Content-Type" content="text/html charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class="">Dumb questions:<div class=""><br class=""></div><div class="">These repos are not clean, tho, right? The head should be tagged with a version number, right?</div><div class=""><div class="">
</div>
<br class=""><div><blockquote type="cite" class=""><div class="">On 2016-06-29, at 7:56 PM, Daniel Dunbar &lt;<a href="mailto:daniel_dunbar@apple.com" class="">daniel_dunbar@apple.com</a>&gt; wrote:</div><br class="Apple-interchange-newline"><div class=""><meta http-equiv="Content-Type" content="text/html charset=utf-8" class=""><div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class="">FYI, some of our planned workflow improvements here are covered by:<div class="">&nbsp;&nbsp;<a href="https://github.com/apple/swift-evolution/blob/master/proposals/0082-swiftpm-package-edit.md" class="">https://github.com/apple/swift-evolution/blob/master/proposals/0082-swiftpm-package-edit.md</a></div><div class=""><br class=""><div class="">&nbsp;- Daniel</div><div class=""><br class=""><div class=""><blockquote type="cite" class=""><div class="">On Jun 29, 2016, at 7:11 PM, Hugo Hennies via swift-users &lt;<a href="mailto:swift-users@swift.org" class="">swift-users@swift.org</a>&gt; wrote:</div><br class="Apple-interchange-newline"><div class=""><meta http-equiv="Content-Type" content="text/html charset=utf-8" class=""><div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class="">The swift package manager uses git tags to resolve the commit it’s going to get. So if you want to make your changes available to the package manager, you must tag your latest commit with a semantic versioning number (1.0.3 for instance) and explicitly put that as the version you want to fetch in your Package.swift file.<div class=""><br class=""></div><div class="">You can find more information on the swift project website</div><div class=""><a href="https://swift.org/package-manager/" class="">https://swift.org/package-manager/</a></div><div class=""><br class=""></div><div class="">—H</div><div class=""><br class=""><div class=""><blockquote type="cite" class=""><div class="">On Jun 29, 2016, at 10:43 PM, Dave Yost via swift-users &lt;<a href="mailto:swift-users@swift.org" class="">swift-users@swift.org</a>&gt; wrote:</div><br class="Apple-interchange-newline"><div class=""><meta http-equiv="Content-Type" content="text/html charset=utf-8" class=""><div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class=""><div class="">Following the example here:</div><div class=""><a href="https://swift.org/package-manager/#conceptual-overview" class="">https://swift.org/package-manager/#conceptual-overview</a></div><div class=""><br class=""></div><div class="">When I do “swift build”, as expected the dependencies are downloaded into the Packages/ subfolder. I expect them to all be up to date, but they are all behind their origin/master repos. Why?</div><div class=""><br class=""></div><div class="">This is really a problem when I clone theses 4 projects and modify the dependencies to point to my clones. When I do that, the DeckOfPlayingCards project doesn’t download with my changes.</div><br class=""><div class=""><div style="margin: 0px; font-size: 8.5px; line-height: normal; font-family: Menlo; color: rgb(255, 207, 130); background-color: rgb(4, 22, 16);" class=""><span style="font-variant-ligatures: no-common-ligatures; color: #ffffff" class="">0 </span><span style="font-variant-ligatures: no-common-ligatures" class="">Wed 18:30:30 yost DaveBook ~/p/swift</span></div><div style="margin: 0px; font-size: 8.5px; line-height: normal; font-family: Menlo; color: rgb(179, 254, 255); background-color: rgb(4, 22, 16);" class=""><span style="font-variant-ligatures: no-common-ligatures; color: #ffcf82" class="">421 Z% </span><span style="font-variant-ligatures: no-common-ligatures" class="">git clone git@github.com:apple/example-package-dealer.git</span></div><div style="margin: 0px; font-size: 8.5px; line-height: normal; font-family: Menlo; color: rgb(255, 255, 255); background-color: rgb(4, 22, 16);" class=""><span style="font-variant-ligatures: no-common-ligatures" class="">Cloning into 'example-package-dealer'...</span></div><div style="margin: 0px; font-size: 8.5px; line-height: normal; font-family: Menlo; color: rgb(255, 255, 255); background-color: rgb(4, 22, 16);" class=""><span style="font-variant-ligatures: no-common-ligatures" class="">remote: Counting objects: 21, done.</span></div><div style="margin: 0px; font-size: 8.5px; line-height: normal; font-family: Menlo; color: rgb(255, 255, 255); background-color: rgb(4, 22, 16);" class=""><span style="font-variant-ligatures: no-common-ligatures" class="">remote: Total 21 (delta 0), reused 0 (delta 0), pack-reused 21</span></div><div style="margin: 0px; font-size: 8.5px; line-height: normal; font-family: Menlo; color: rgb(255, 255, 255); background-color: rgb(4, 22, 16);" class=""><span style="font-variant-ligatures: no-common-ligatures" class="">Receiving objects: 100% (21/21), 7.03 KiB | 0 bytes/s, done.</span></div><div style="margin: 0px; font-size: 8.5px; line-height: normal; font-family: Menlo; color: rgb(255, 255, 255); background-color: rgb(4, 22, 16);" class=""><span style="font-variant-ligatures: no-common-ligatures" class="">Resolving deltas: 100% (8/8), done.</span></div><div style="margin: 0px; font-size: 8.5px; line-height: normal; font-family: Menlo; color: rgb(255, 255, 255); background-color: rgb(4, 22, 16);" class=""><span style="font-variant-ligatures: no-common-ligatures" class="">Checking connectivity... done.</span></div><div style="margin: 0px; font-size: 8.5px; line-height: normal; font-family: Menlo; color: rgb(255, 207, 130); background-color: rgb(4, 22, 16);" class=""><span style="font-variant-ligatures: no-common-ligatures; color: #ffffff" class="">0 </span><span style="font-variant-ligatures: no-common-ligatures" class="">Wed 18:30:40 yost DaveBook ~/p/swift</span></div><div style="margin: 0px; font-size: 8.5px; line-height: normal; font-family: Menlo; color: rgb(179, 254, 255); background-color: rgb(4, 22, 16);" class=""><span style="font-variant-ligatures: no-common-ligatures; color: #ffcf82" class="">422 Z% </span><span style="font-variant-ligatures: no-common-ligatures" class="">cd example-package-dealer</span><span style="font-variant-ligatures: no-common-ligatures; color: #ffffff" class="">&nbsp;</span></div><div style="margin: 0px; font-size: 8.5px; line-height: normal; font-family: Menlo; color: rgb(255, 207, 130); background-color: rgb(4, 22, 16);" class=""><span style="font-variant-ligatures: no-common-ligatures; color: #ffffff" class="">0 </span><span style="font-variant-ligatures: no-common-ligatures" class="">Wed 18:30:42 yost DaveBook ~/p/swift/example-package-dealer</span></div><div style="margin: 0px; font-size: 8.5px; line-height: normal; font-family: Menlo; color: rgb(179, 254, 255); background-color: rgb(4, 22, 16);" class=""><span style="font-variant-ligatures: no-common-ligatures; color: #ffcf82" class="">423 Z% </span><span style="font-variant-ligatures: no-common-ligatures" class="">swift build</span></div><div style="margin: 0px; font-size: 8.5px; line-height: normal; font-family: Menlo; color: rgb(255, 255, 255); background-color: rgb(4, 22, 16);" class=""><span style="font-variant-ligatures: no-common-ligatures" class="">Cloning <a href="https://github.com/apple/example-package-deckofplayingcards.git" class="">https://github.com/apple/example-package-deckofplayingcards.git</a></span></div><div style="margin: 0px; font-size: 8.5px; line-height: normal; font-family: Menlo; color: rgb(255, 255, 255); background-color: rgb(4, 22, 16);" class=""><span style="font-variant-ligatures: no-common-ligatures" class="">HEAD is now at 0879cff Merge pull request #1 from kostiakoval/master</span></div><div style="margin: 0px; font-size: 8.5px; line-height: normal; font-family: Menlo; color: rgb(255, 255, 255); background-color: rgb(4, 22, 16);" class=""><span style="font-variant-ligatures: no-common-ligatures" class="">Resolved version: 1.0.4</span></div><div style="margin: 0px; font-size: 8.5px; line-height: normal; font-family: Menlo; color: rgb(255, 255, 255); background-color: rgb(4, 22, 16);" class=""><span style="font-variant-ligatures: no-common-ligatures" class="">Cloning <a href="https://github.com/apple/example-package-fisheryates.git" class="">https://github.com/apple/example-package-fisheryates.git</a></span></div><div style="margin: 0px; font-size: 8.5px; line-height: normal; font-family: Menlo; color: rgb(255, 255, 255); background-color: rgb(4, 22, 16);" class=""><span style="font-variant-ligatures: no-common-ligatures" class="">HEAD is now at d3752ab Merge pull request #5 from contraultra/random-for-all</span></div><div style="margin: 0px; font-size: 8.5px; line-height: normal; font-family: Menlo; color: rgb(255, 255, 255); background-color: rgb(4, 22, 16);" class=""><span style="font-variant-ligatures: no-common-ligatures" class="">Resolved version: 1.1.0</span></div><div style="margin: 0px; font-size: 8.5px; line-height: normal; font-family: Menlo; color: rgb(255, 255, 255); background-color: rgb(4, 22, 16);" class=""><span style="font-variant-ligatures: no-common-ligatures" class="">Cloning <a href="https://github.com/apple/example-package-playingcard.git" class="">https://github.com/apple/example-package-playingcard.git</a></span></div><div style="margin: 0px; font-size: 8.5px; line-height: normal; font-family: Menlo; color: rgb(255, 255, 255); background-color: rgb(4, 22, 16);" class=""><span style="font-variant-ligatures: no-common-ligatures" class="">HEAD is now at 7986c83 Remove: `targets: []`</span></div><div style="margin: 0px; font-size: 8.5px; line-height: normal; font-family: Menlo; color: rgb(255, 255, 255); background-color: rgb(4, 22, 16);" class=""><span style="font-variant-ligatures: no-common-ligatures" class="">Resolved version: 1.0.1</span></div><div style="margin: 0px; font-size: 8.5px; line-height: normal; font-family: Menlo; color: rgb(255, 255, 255); background-color: rgb(4, 22, 16);" class=""><span style="font-variant-ligatures: no-common-ligatures" class="">Compile Swift Module 'FisherYates' (2 sources)</span></div><div style="margin: 0px; font-size: 8.5px; line-height: normal; font-family: Menlo; color: rgb(255, 255, 255); background-color: rgb(4, 22, 16);" class=""><span style="font-variant-ligatures: no-common-ligatures" class="">Compile Swift Module 'PlayingCard' (3 sources)</span></div><div style="margin: 0px; font-size: 8.5px; line-height: normal; font-family: Menlo; color: rgb(255, 255, 255); background-color: rgb(4, 22, 16);" class=""><span style="font-variant-ligatures: no-common-ligatures" class="">Compile Swift Module 'DeckOfPlayingCards' (1 sources)</span></div><div style="margin: 0px; font-size: 8.5px; line-height: normal; font-family: Menlo; color: rgb(255, 255, 255); background-color: rgb(4, 22, 16);" class=""><span style="font-variant-ligatures: no-common-ligatures" class="">Compile Swift Module 'Dealer' (1 sources)</span></div><div style="margin: 0px; font-size: 8.5px; line-height: normal; font-family: Menlo; color: rgb(255, 255, 255); background-color: rgb(4, 22, 16);" class=""><span style="font-variant-ligatures: no-common-ligatures" class="">Linking .build/debug/Dealer</span></div><div style="margin: 0px; font-size: 8.5px; line-height: normal; font-family: Menlo; color: rgb(255, 207, 130); background-color: rgb(4, 22, 16);" class=""><span style="font-variant-ligatures: no-common-ligatures; color: #ffffff" class="">0 </span><span style="font-variant-ligatures: no-common-ligatures" class="">Wed 18:30:52 yost DaveBook ~/p/swift/example-package-dealer</span></div><div style="margin: 0px; font-size: 8.5px; line-height: normal; font-family: Menlo; color: rgb(179, 254, 255); background-color: rgb(4, 22, 16);" class=""><span style="font-variant-ligatures: no-common-ligatures; color: #ffcf82" class="">424 Z% </span><span style="font-variant-ligatures: no-common-ligatures" class="">.build/debug/Dealer</span></div><div style="margin: 0px; font-size: 8.5px; line-height: normal; font-family: Menlo; color: rgb(255, 255, 255); background-color: rgb(4, 22, 16);" class=""><span style="font-variant-ligatures: no-common-ligatures" class="">♣︎7</span></div><div style="margin: 0px; font-size: 8.5px; line-height: normal; font-family: Menlo; color: rgb(255, 255, 255); background-color: rgb(4, 22, 16);" class=""><span style="font-variant-ligatures: no-common-ligatures" class="">♢A</span></div><div style="margin: 0px; font-size: 8.5px; line-height: normal; font-family: Menlo; color: rgb(255, 255, 255); background-color: rgb(4, 22, 16);" class=""><span style="font-variant-ligatures: no-common-ligatures" class="">♡A</span></div><div style="margin: 0px; font-size: 8.5px; line-height: normal; font-family: Menlo; color: rgb(255, 255, 255); background-color: rgb(4, 22, 16);" class=""><span style="font-variant-ligatures: no-common-ligatures" class="">♠︎Q</span></div><div style="margin: 0px; font-size: 8.5px; line-height: normal; font-family: Menlo; color: rgb(255, 255, 255); background-color: rgb(4, 22, 16);" class=""><span style="font-variant-ligatures: no-common-ligatures" class="">♣︎5</span></div><div style="margin: 0px; font-size: 8.5px; line-height: normal; font-family: Menlo; color: rgb(255, 255, 255); background-color: rgb(4, 22, 16);" class=""><span style="font-variant-ligatures: no-common-ligatures" class="">♢6</span></div><div style="margin: 0px; font-size: 8.5px; line-height: normal; font-family: Menlo; color: rgb(255, 255, 255); background-color: rgb(4, 22, 16);" class=""><span style="font-variant-ligatures: no-common-ligatures" class="">♣︎8</span></div><div style="margin: 0px; font-size: 8.5px; line-height: normal; font-family: Menlo; color: rgb(255, 255, 255); background-color: rgb(4, 22, 16);" class=""><span style="font-variant-ligatures: no-common-ligatures" class="">♢8</span></div><div style="margin: 0px; font-size: 8.5px; line-height: normal; font-family: Menlo; color: rgb(255, 255, 255); background-color: rgb(4, 22, 16);" class=""><span style="font-variant-ligatures: no-common-ligatures" class="">♢Q</span></div><div style="margin: 0px; font-size: 8.5px; line-height: normal; font-family: Menlo; color: rgb(255, 255, 255); background-color: rgb(4, 22, 16);" class=""><span style="font-variant-ligatures: no-common-ligatures" class="">♣︎4</span></div><div style="margin: 0px; font-size: 8.5px; line-height: normal; font-family: Menlo; color: rgb(255, 207, 130); background-color: rgb(4, 22, 16);" class=""><span style="font-variant-ligatures: no-common-ligatures; color: #ffffff" class="">0 </span><span style="font-variant-ligatures: no-common-ligatures" class="">Wed 18:30:59 yost DaveBook ~/p/swift/example-package-dealer</span></div><div style="margin: 0px; font-size: 8.5px; line-height: normal; font-family: Menlo; color: rgb(179, 254, 255); background-color: rgb(4, 22, 16);" class=""><span style="font-variant-ligatures: no-common-ligatures; color: #ffcf82" class="">425 Z% </span><span style="font-variant-ligatures: no-common-ligatures" class="">cd Packages/PlayingCard-1.0.1</span><span style="font-variant-ligatures: no-common-ligatures; color: #ffffff" class="">&nbsp;</span></div><div style="margin: 0px; font-size: 8.5px; line-height: normal; font-family: Menlo; color: rgb(255, 207, 130); background-color: rgb(4, 22, 16);" class=""><div style="margin: 0px; font-size: 8.5px; line-height: normal;" class=""><span style="font-variant-ligatures: no-common-ligatures; color: #ffffff" class="">0 </span><span style="font-variant-ligatures: no-common-ligatures" class="">Wed 18:31:28 yost DaveBook ~/p/swift/example-package-dealer/Packages/PlayingCard-1.0.1</span></div><div style="margin: 0px; font-size: 8.5px; line-height: normal; color: rgb(179, 254, 255);" class=""><span style="font-variant-ligatures: no-common-ligatures; color: #ffcf82" class="">430 Z% </span><span style="font-variant-ligatures: no-common-ligatures" class="">git status</span></div><div style="margin: 0px; font-size: 8.5px; line-height: normal; color: rgb(255, 255, 255);" class=""><span style="font-variant-ligatures: no-common-ligatures" class="">On branch 1.0.1</span></div><div style="margin: 0px; font-size: 8.5px; line-height: normal; color: rgb(255, 255, 255);" class=""><span style="font-variant-ligatures: no-common-ligatures" class="">Your branch is behind 'origin/master' by 4 commits, and can be fast-forwarded.</span></div><div style="margin: 0px; font-size: 8.5px; line-height: normal; color: rgb(255, 255, 255);" class=""><span style="font-variant-ligatures: no-common-ligatures" class="">&nbsp; (use "git pull" to update your local branch)</span></div><div style="margin: 0px; font-size: 8.5px; line-height: normal; color: rgb(255, 255, 255);" class=""><span style="font-variant-ligatures: no-common-ligatures" class="">nothing to commit, working directory clean</span></div><div style="margin: 0px; font-size: 8.5px; line-height: normal;" class=""><span style="font-variant-ligatures: no-common-ligatures; color: #ffffff" class="">0 </span><span style="font-variant-ligatures: no-common-ligatures" class="">Wed 18:31:31 yost DaveBook ~/p/swift/example-package-dealer/Packages/PlayingCard-1.0.1</span></div><div style="margin: 0px; font-size: 8.5px; line-height: normal; color: rgb(179, 254, 255);" class=""><span style="font-variant-ligatures: no-common-ligatures; color: #ffcf82" class="">431 Z% </span><span style="font-variant-ligatures: no-common-ligatures" class="">git remote -v</span><span style="font-variant-ligatures: no-common-ligatures; color: #ffffff" class=""> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;</span></div><div style="margin: 0px; font-size: 8.5px; line-height: normal; color: rgb(255, 255, 255);" class=""><span style="font-variant-ligatures: no-common-ligatures" class="">origin<span class="Apple-tab-span" style="white-space:pre">        </span><a href="https://github.com/apple/example-package-playingcard.git" class="">https://github.com/apple/example-package-playingcard.git</a> (fetch)</span></div><div style="margin: 0px; font-size: 8.5px; line-height: normal; color: rgb(255, 255, 255);" class=""><span style="font-variant-ligatures: no-common-ligatures" class="">origin<span class="Apple-tab-span" style="white-space:pre">        </span><a href="https://github.com/apple/example-package-playingcard.git" class="">https://github.com/apple/example-package-playingcard.git</a> (push)</span></div><div style="margin: 0px; font-size: 8.5px; line-height: normal;" class=""><span style="font-variant-ligatures: no-common-ligatures; color: #ffffff" class="">0 </span><span style="font-variant-ligatures: no-common-ligatures" class="">Wed 18:35:57 yost DaveBook ~/p/swift/example-package-dealer/Packages/PlayingCard-1.0.1</span></div><div style="margin: 0px; font-size: 8.5px; line-height: normal; color: rgb(179, 254, 255);" class=""><span style="font-variant-ligatures: no-common-ligatures; color: #ffcf82" class="">432 Z% </span><span style="font-variant-ligatures: no-common-ligatures" class="">cd ../FisherYates-1.1.0</span></div><div style="margin: 0px; font-size: 8.5px; line-height: normal;" class=""><span style="font-variant-ligatures: no-common-ligatures; color: #ffffff" class="">0 </span><span style="font-variant-ligatures: no-common-ligatures" class="">Wed 18:36:19 yost DaveBook ~/p/swift/example-package-dealer/Packages/FisherYates-1.1.0</span></div><div style="margin: 0px; font-size: 8.5px; line-height: normal; color: rgb(179, 254, 255);" class=""><span style="font-variant-ligatures: no-common-ligatures; color: #ffcf82" class="">433 Z% </span><span style="font-variant-ligatures: no-common-ligatures" class="">git status</span></div><div style="margin: 0px; font-size: 8.5px; line-height: normal; color: rgb(255, 255, 255);" class=""><span style="font-variant-ligatures: no-common-ligatures" class="">On branch 1.1.0</span></div><div style="margin: 0px; font-size: 8.5px; line-height: normal; color: rgb(255, 255, 255);" class=""><span style="font-variant-ligatures: no-common-ligatures" class="">Your branch is behind 'origin/master' by 2 commits, and can be fast-forwarded.</span></div><div style="margin: 0px; font-size: 8.5px; line-height: normal; color: rgb(255, 255, 255);" class=""><span style="font-variant-ligatures: no-common-ligatures" class="">&nbsp; (use "git pull" to update your local branch)</span></div><div style="margin: 0px; font-size: 8.5px; line-height: normal; color: rgb(255, 255, 255);" class=""><span style="font-variant-ligatures: no-common-ligatures" class="">nothing to commit, working directory clean</span></div><div style="margin: 0px; font-size: 8.5px; line-height: normal;" class=""><span style="font-variant-ligatures: no-common-ligatures; color: #ffffff" class="">0 </span><span style="font-variant-ligatures: no-common-ligatures" class="">Wed 18:36:20 yost DaveBook ~/p/swift/example-package-dealer/Packages/FisherYates-1.1.0</span></div><div style="margin: 0px; font-size: 8.5px; line-height: normal; color: rgb(179, 254, 255);" class=""><span style="font-variant-ligatures: no-common-ligatures; color: #ffcf82" class="">434 Z% </span><span style="font-variant-ligatures: no-common-ligatures" class="">git remote -v</span></div><div style="margin: 0px; font-size: 8.5px; line-height: normal; color: rgb(255, 255, 255);" class=""><span style="font-variant-ligatures: no-common-ligatures" class="">origin<span class="Apple-tab-span" style="white-space:pre">        </span><a href="https://github.com/apple/example-package-fisheryates.git" class="">https://github.com/apple/example-package-fisheryates.git</a> (fetch)</span></div><div style="margin: 0px; font-size: 8.5px; line-height: normal; color: rgb(255, 255, 255);" class=""><span style="font-variant-ligatures: no-common-ligatures" class="">origin<span class="Apple-tab-span" style="white-space:pre">        </span><a href="https://github.com/apple/example-package-fisheryates.git" class="">https://github.com/apple/example-package-fisheryates.git</a> (push)</span></div><div style="margin: 0px; font-size: 8.5px; line-height: normal;" class=""><span style="font-variant-ligatures: no-common-ligatures; color: #ffffff" class="">0 </span><span style="font-variant-ligatures: no-common-ligatures" class="">Wed 18:36:23 yost DaveBook ~/p/swift/example-package-dealer/Packages/FisherYates-1.1.0</span></div><div style="margin: 0px; font-size: 8.5px; line-height: normal; color: rgb(179, 254, 255);" class=""><span style="font-variant-ligatures: no-common-ligatures; color: #ffcf82" class="">435 Z% </span><span style="font-variant-ligatures: no-common-ligatures" class="">cd ../DeckOfPlayingCards-1.0.4</span><span style="font-variant-ligatures: no-common-ligatures; color: #ffffff" class="">&nbsp;</span></div><div style="margin: 0px; font-size: 8.5px; line-height: normal;" class=""><span style="font-variant-ligatures: no-common-ligatures; color: #ffffff" class="">0 </span><span style="font-variant-ligatures: no-common-ligatures" class="">Wed 18:36:46 yost DaveBook ~/p/swift/example-package-dealer/Packages/DeckOfPlayingCards-1.0.4</span></div><div style="margin: 0px; font-size: 8.5px; line-height: normal; color: rgb(179, 254, 255);" class=""><span style="font-variant-ligatures: no-common-ligatures; color: #ffcf82" class="">436 Z% </span><span style="font-variant-ligatures: no-common-ligatures" class="">git status</span></div><div style="margin: 0px; font-size: 8.5px; line-height: normal; color: rgb(255, 255, 255);" class=""><span style="font-variant-ligatures: no-common-ligatures" class="">On branch 1.0.4</span></div><div style="margin: 0px; font-size: 8.5px; line-height: normal; color: rgb(255, 255, 255);" class=""><span style="font-variant-ligatures: no-common-ligatures" class="">Your branch is behind 'origin/master' by 3 commits, and can be fast-forwarded.</span></div><div style="margin: 0px; font-size: 8.5px; line-height: normal; color: rgb(255, 255, 255);" class=""><span style="font-variant-ligatures: no-common-ligatures" class="">&nbsp; (use "git pull" to update your local branch)</span></div><div style="margin: 0px; font-size: 8.5px; line-height: normal; color: rgb(255, 255, 255);" class=""><span style="font-variant-ligatures: no-common-ligatures" class="">nothing to commit, working directory clean</span></div><div style="margin: 0px; font-size: 8.5px; line-height: normal;" class=""><span style="font-variant-ligatures: no-common-ligatures; color: #ffffff" class="">0 </span><span style="font-variant-ligatures: no-common-ligatures" class="">Wed 18:36:49 yost DaveBook ~/p/swift/example-package-dealer/Packages/DeckOfPlayingCards-1.0.4</span></div><div style="margin: 0px; font-size: 8.5px; line-height: normal; color: rgb(179, 254, 255);" class=""><span style="font-variant-ligatures: no-common-ligatures; color: #ffcf82" class="">437 Z% </span><span style="font-variant-ligatures: no-common-ligatures" class="">git remote -v</span></div><div style="margin: 0px; font-size: 8.5px; line-height: normal; color: rgb(255, 255, 255);" class=""><span style="font-variant-ligatures: no-common-ligatures" class="">origin<span class="Apple-tab-span" style="white-space:pre">        </span><a href="https://github.com/apple/example-package-deckofplayingcards.git" class="">https://github.com/apple/example-package-deckofplayingcards.git</a> (fetch)</span></div><div style="margin: 0px; font-size: 8.5px; line-height: normal; color: rgb(255, 255, 255);" class=""><span style="font-variant-ligatures: no-common-ligatures" class="">origin<span class="Apple-tab-span" style="white-space:pre">        </span><a href="https://github.com/apple/example-package-deckofplayingcards.git" class="">https://github.com/apple/example-package-deckofplayingcards.git</a> (push)</span></div><div style="margin: 0px; font-size: 8.5px; line-height: normal;" class=""><span style="font-variant-ligatures: no-common-ligatures; color: #ffffff" class="">0 </span><span style="font-variant-ligatures: no-common-ligatures" class="">Wed 18:36:52 yost DaveBook ~/p/swift/example-package-dealer/Packages/DeckOfPlayingCards-1.0.4</span></div><div style="margin: 0px; font-size: 8.5px; line-height: normal;" class=""><span style="font-variant-ligatures: no-common-ligatures" class="">438 Z%&nbsp;</span></div></div></div><div class=""><br class=""></div></div>_______________________________________________<br class="">swift-users mailing list<br class=""><a href="mailto:swift-users@swift.org" class="">swift-users@swift.org</a><br class=""><a href="https://lists.swift.org/mailman/listinfo/swift-users" class="">https://lists.swift.org/mailman/listinfo/swift-users</a><br class=""></div></blockquote></div><br class=""></div></div>_______________________________________________<br class="">swift-users mailing list<br class=""><a href="mailto:swift-users@swift.org" class="">swift-users@swift.org</a><br class=""><a href="https://lists.swift.org/mailman/listinfo/swift-users" class="">https://lists.swift.org/mailman/listinfo/swift-users</a><br class=""></div></blockquote></div><br class=""></div></div></div></div></blockquote></div><br class=""></div></body></html>