-
Notifications
You must be signed in to change notification settings - Fork 870
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
0 parents
commit 837e27e
Showing
1 changed file
with
32 additions
and
0 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
# You've added your first ReadMe file! | ||
A README.md file is intended to quickly orient readers to what your project can do. New to Markdown? [Learn more](http://go.microsoft.com/fwlink/p/?LinkId=524306&clcid=0x409) | ||
|
||
## Edit this ReadMe and commit your change to a topic branch | ||
In Git, branches are cheap. You should use them whenever you're making changes to your repository. Edit this file by clicking on the edit icon. | ||
|
||
Then make some changes to this ReadMe file. | ||
|
||
> Make some **edits** to _this_ blockquote | ||
When you are done, click the dropdown arrow next to the save button - that will allow you to commit your changes to a new branch. | ||
|
||
## Create a pull request to contribute your changes back into master | ||
Pull requests are the way to move changes from a topic branch back into the master branch. | ||
|
||
Click on the **Pull Requests** page in the **CODE** hub, then click "New Pull Request" to create a new pull request from your topic branch to the master branch. | ||
|
||
When you are done adding details, click "Create Pull request". Once a pull request is sent, reviewers can see your changes, recommend modifications, or even push follow-up commits. | ||
|
||
First time creating a pull request? [Learn more](http://go.microsoft.com/fwlink/?LinkId=533211&clcid=0x409) | ||
|
||
### Congratulations! You've completed the grand tour of the CODE hub! | ||
|
||
# Next steps | ||
|
||
If you haven't done so yet: | ||
* [Install Visual Studio](http://go.microsoft.com/fwlink/?LinkId=309297&clcid=0x409&slcid=0x409) | ||
* [Install Git](http://git-scm.com/downloads) | ||
|
||
Then clone this repo to your local machine to get started with your own project. | ||
|
||
Happy coding! |