File tree Expand file tree Collapse file tree 4 files changed +10
-10
lines changed
Filter options
Expand file tree Collapse file tree 4 files changed +10
-10
lines changed
Original file line number Diff line number Diff line change @@ -18,8 +18,8 @@ this pattern:
18
18
merged branch USER_NAME/BRANCH_NAME (PR #1111)
19
19
20
20
The PR reference allows you to have a look at the original pull request on
21
- Github : https://github.com/symfony/symfony/pull/1111. But all the information
22
- you can get on Github is also available from the repository itself.
21
+ GitHub : https://github.com/symfony/symfony/pull/1111. But all the information
22
+ you can get on GitHub is also available from the repository itself.
23
23
24
24
The merge commit message contains the original message from the author of the
25
25
changes. Often, this can help understand what the changes were about and the
@@ -34,7 +34,7 @@ your ``.git/config`` file:
34
34
35
35
fetch = +refs/notes/*:refs/notes/*
36
36
37
- After a fetch, getting the Github discussion for a commit is then a matter of
37
+ After a fetch, getting the GitHub discussion for a commit is then a matter of
38
38
adding ``--show-notes=github-comments `` to the ``git show `` command:
39
39
40
40
.. code-block :: bash
Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ Set up your user information with your real name and a working email address:
37
37
If your IDE creates configuration files inside the project's directory,
38
38
you can use global ``.gitignore `` file (for all projects) or
39
39
``.git/info/exclude `` file (per project) to ignore them. See
40
- `Github 's documentation `_.
40
+ `GitHub 's documentation `_.
41
41
42
42
.. tip ::
43
43
@@ -249,7 +249,7 @@ Check that all tests still pass and push your branch remotely:
249
249
Make a Pull Request
250
250
~~~~~~~~~~~~~~~~~~~
251
251
252
- You can now make a pull request on the ``symfony/symfony `` Github repository.
252
+ You can now make a pull request on the ``symfony/symfony `` GitHub repository.
253
253
254
254
.. tip ::
255
255
@@ -401,7 +401,7 @@ messages of all the commits. When you are finished, execute the push command.
401
401
402
402
.. _ProGit : http://git-scm.com/book
403
403
.. _GitHub : https://github.com/signup/free
404
- .. _`Github 's Documentation` : https://help.github.com/articles/ignoring-files
404
+ .. _`GitHub 's Documentation` : https://help.github.com/articles/ignoring-files
405
405
.. _Symfony2 repository : https://github.com/symfony/symfony
406
406
.. _dev mailing-list : http://groups.google.com/group/symfony-devs
407
407
.. _travis-ci.org : https://travis-ci.org/
Original file line number Diff line number Diff line change @@ -272,7 +272,7 @@ directory with at least the following contents:
272
272
/composer.phar
273
273
/web/app_dev.php
274
274
/web/bundles/
275
- /web/config.php
275
+ /web/config.php
276
276
277
277
The ``.gitignore `` file asks Git not to track any of the files and directories
278
278
that match these patterns. This means these files won't be deployed to the Azure
@@ -457,7 +457,7 @@ rewriting any urls to the ``web/app.php`` front controller which allows you to
457
457
skip the ``web/ `` folder in the URL. The first rule called ``BlockAccessToPublic ``
458
458
matches all url patterns that contain the ``web/ `` folder and serves a
459
459
``403 Forbidden `` HTTP response instead. This example is based on Benjamin
460
- Eberlei's sample you can find on Github in the `SymfonyAzureEdition `_ bundle.
460
+ Eberlei's sample you can find on GitHub in the `SymfonyAzureEdition `_ bundle.
461
461
462
462
Deploy this file under the ``site/wwwroot `` directory of the Azure Website and
463
463
browse to your application without the ``web/app.php `` segment in the URL.
Original file line number Diff line number Diff line change @@ -57,7 +57,7 @@ git repository:
57
57
58
58
You may also want to create a ``.gitignore `` file that can be used system-wide.
59
59
This allows you to exclude files/folders for all your projects that are created by
60
- your IDE or operating system. For details, see `Github .gitignore `_.
60
+ your IDE or operating system. For details, see `GitHub .gitignore `_.
61
61
62
62
#. Create an initial commit with your started project:
63
63
@@ -116,6 +116,6 @@ manage this is `Gitolite`_.
116
116
.. _`GitHub` : https://github.com/
117
117
.. _`barebones repository` : http://git-scm.com/book/en/Git-Basics-Getting-a-Git-Repository
118
118
.. _`Gitolite` : https://github.com/sitaramc/gitolite
119
- .. _`Github .gitignore` : https://help.github.com/articles/ignoring-files
119
+ .. _`GitHub .gitignore` : https://help.github.com/articles/ignoring-files
120
120
.. _`Bitbucket` : https://bitbucket.org/
121
121
.. _`comparison of hosting services` : http://en.wikipedia.org/wiki/Comparison_of_open-source_software_hosting_facilities
You can’t perform that action at this time.
0 commit comments