06 Creating a Git project

Опубликовано: 18 Октябрь 2024
на канале: London App Developer
9,964
86

In this lesson I'll show you how to create a README file for our project and initialise a new Git repository. I'll also show you how to make our first Git commit (something we'll be doing lots of throughout the course).

Update: The official GitHub Python .gitignore file is missing `.vagrant` from the list of ignored files. I've since updated this link to point to an extended version of the original Python.gitignore file which includes this extra item as well as `.sqlite3`. This makes Git ignore the temporary vagrant files and database which would typically be excluded from the git repository. (Thanks Keith for pointing this out!).

GitHub Markdown Cheatsheet: https://github.com/adam-p/markdown-he...
Command Line Cheat Sheet: https://drive.google.com/file/d/0B9Zd...
GitHub Python.gitignore: https://gist.github.com/LondonAppDev/...

--

This video is from the old version of our course:
Build a Backend REST API with Python & Django - Beginner.

You can find the new and updated version using Django 2.2 here: https://www.udemy.com/django-python/?...

Or, you can find the advanced version here: https://www.udemy.com/django-python-a...