catapam / investnest

Project 04 - Code Institute
1 stars 2 forks source link

[TASK 1.1.5] Set up version control with Git and create the initial commit #116

Closed catapam closed 2 months ago

catapam commented 2 months ago

Set up version control for the project using Git and create the initial commit to establish a baseline for project development.

Acceptance Criteria:

Steps:

  1. Initialize a Git repository in the project directory using git init.
  2. Create a .gitignore file and add common exclusions (e.g., __pycache__, virtual environment).
  3. Add all files to the staging area using git add ..
  4. Create the initial commit with a descriptive message using git commit -m "Initial project setup".
  5. Link the repository to a remote service (e.g., GitHub) and push the commit.

Linked Issues:

Previous task:
catapam commented 2 months ago

Repository

Plain initial repository created and commited