Open
Conversation
Collaborator
|
So, I am not sure I did this right.
I issued a pull command (git pull -a) from my computer and it said everything was up to date. Then I tried to run simpleCmd.sln on my computer, and it opened Visual Studio from which I could look at the code. Not sure this is all that I am supposed to do, as I think that there is more code to look at, but for some reason, I don’t seem to be able to get it to my computer…..I will look further….any suggestions?
At least, I am now in VS!!
Sent from Mail<https://go.microsoft.com/fwlink/?LinkId=550986> for Windows 10
From: Jamie Laflen<mailto:notifications@github.com>
Sent: Tuesday, March 7, 2017 8:09 AM
To: pennycoder/dadlearning1<mailto:dadlearning1@noreply.github.com>
Cc: jimlaflen<mailto:jimlaflen@hotmail.com>; Mention<mailto:mention@noreply.github.com>
Subject: Re: [pennycoder/dadlearning1] Add vscode support (#1)
@pennycoder<https://github.com/pennycoder> requested your review on: pennycoder/dadlearning1#1<#1> Add vscode support.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub<#1 (comment)>, or mute the thread<https://github.com/notifications/unsubscribe-auth/AY9p9x67Ve_B6Yef5l96yVnMLRHOYZe0ks5rjXMZgaJpZM4MVmd6>.
|
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This change adds supporting files to run/debug simpleCmd on a mac. Works with VS2015 with .net core tools installed.
Dad, when working in a sub branch the normal process is to issue a pull request (PR) and have it reviewed. Once the review is completed the changes are merged into master and can then move to other branches.