-
-
Notifications
You must be signed in to change notification settings - Fork 5.2k
Remove git project setup #8779
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Remove git project setup #8779
Conversation
Thank you Ryan. |
@@ -73,6 +73,22 @@ by pressing ``Ctrl+C`` from your terminal. | |||
You should **NEVER** listen to all interfaces on a computer that is | |||
directly accessible from the Internet. | |||
|
|||
Storing your Project in git |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Managing your project with Git
?
Storing your Project in git | ||
--------------------------- | ||
|
||
Storing your project in git is easy! Just initialize you repository, add everything |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'd like to keep the original references to GitHub and Bitbucket. "Git" is too abstract and it will help us when someone looks for "symfony github", etc.
Managing your project with `git`_ and storing it on services like
`GitHub`_ or `Bitbucket`_ is easy! ...
.. _`GitHub`: https://github.com/
.. _`Bitbucket`: https://bitbucket.org/
No description provided.