Skip to content

Commit 9ccac42

Browse files
author
Sidney Andrews
committed
Moved files around
1 parent 851577b commit 9ccac42

File tree

11 files changed

+79
-16
lines changed

11 files changed

+79
-16
lines changed

.gitignore

Lines changed: 63 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,63 @@
1+
### Jekyll ###
2+
_site/
3+
.sass-cache/
4+
.jekyll-cache/
5+
.jekyll-metadata
6+
7+
### Ruby ###
8+
*.gem
9+
*.rbc
10+
/.config
11+
/coverage/
12+
/InstalledFiles
13+
/pkg/
14+
/spec/reports/
15+
/spec/examples.txt
16+
/test/tmp/
17+
/test/version_tmp/
18+
/tmp/
19+
20+
# Used by dotenv library to load environment variables.
21+
# .env
22+
23+
# Ignore Byebug command history file.
24+
.byebug_history
25+
26+
## Specific to RubyMotion:
27+
.dat*
28+
.repl_history
29+
build/
30+
*.bridgesupport
31+
build-iPhoneOS/
32+
build-iPhoneSimulator/
33+
34+
## Specific to RubyMotion (use of CocoaPods):
35+
#
36+
# We recommend against adding the Pods directory to your .gitignore. However
37+
# you should judge for yourself, the pros and cons are mentioned at:
38+
# https://guides.cocoapods.org/using/using-cocoapods.html#should-i-check-the-pods-directory-into-source-control
39+
# vendor/Pods/
40+
41+
## Documentation cache and generated files:
42+
/.yardoc/
43+
/_yardoc/
44+
/doc/
45+
/rdoc/
46+
47+
## Environment normalization:
48+
/.bundle/
49+
/vendor/bundle
50+
/lib/bundler/man/
51+
52+
# for a library or gem, you might want to ignore these files since the code is
53+
# intended to run in multiple environments; otherwise, check them in:
54+
# Gemfile.lock
55+
# .ruby-version
56+
# .ruby-gemset
57+
58+
# unless supporting rvm < 1.11.0 or doing something fancy, ignore this:
59+
.rvmrc
60+
61+
# ignore Gemfile
62+
Gemfile
63+
Gemfile.lock

collaboration.md

Lines changed: 0 additions & 13 deletions
This file was deleted.
File renamed without changes.

collaboration/index.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# Receiving update notifications, suggesting changes, and collaborating on projects
2+
3+
You can configure your GitHub experience so that you receive notifications when updates occur to a GitHub repo. There are several ways in which you can sign up for notifications, and many of them relate to the many ways that you can collaborate on a project. To receive notifications, you can:
4+
5+
| Action | Description |
6+
| --- | --- |
7+
| [Watch repositories](watching/) | When you watch a repository, GitHub subscribes you automatically to notifications for any new pull requests or issues that are created for that specific repository. You automatically watch any repository that you create or for which you are a collaborator. |
8+
| [Pull request](pullrequest/) | When you create a pull request, and propose that the owners of a repo accept a change that you make, you automatically subscribe to receive notifications for the related discussion about the pull request. In order to create a Pull request you must first create a branch. |
9+
| [Comments](comment/) | When you make comments about another person’s pull request, GitHub subscribes you automatically to the forum that pertains to that comment, or you can subscribe to the forum manually. |
10+
| [Issues](issue/) | An issue is a suggestion, question, or request that pertains to a repository. Each issue has its own discussion, and you can subscribe to issues, or GitHub subscribes you automatically to issues that you create. |
11+
| [Mentions](mention/) | When another user mentions you in a conversation, using your GitHub user name (@username), GitHub subscribes you automatically to the discussion. |
12+
13+
> **Note**: You can modify how and when you receive notifications, and you also can unsubscribe to any or all discussions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

readme.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ GitHub should not be used to discuss technical content in the course, or how to
1616
1717
## Sections
1818

19-
- [GitHub Terminology](terminology.md)
19+
- [GitHub Terminology](terminology/)
2020

21-
- [Microsoft Learning's GitHub solution for course labs](solution.md)
21+
- [Microsoft Learning's GitHub solution for course labs](solution/)
2222

23-
- [Receiving update notifications, suggesting changes, and collaborating on projects](collaboration.md)
23+
- [Receiving update notifications, suggesting changes, and collaborating on projects](collaboration/)
File renamed without changes.

0 commit comments

Comments
 (0)