# Day 3 : Git Basics

* **Learn**: git init, git commit, git branch, git push.
* **Task**: Initialize a Git repo in /opt/ecomm, create a main branch, and push to a new GitHub repo

Day Tasks :tada::&#x20;

1. Updated Jira tasks Dashboard
2. Setup local git repository
3. Created a simple README.md file for the first commit&#x20;
4. Setup  a github repository
5. push to github
6. Updated Jira

Initialized new empty git repository with `git init`

<figure><img src="/files/zWT1ELbpjBfcHgjp0qzY" alt=""><figcaption></figcaption></figure>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://charan-techjourney.gitbook.io/charan-techjournal/50-days-of-devops-ecommerce-microservices/project-daily-tasks/day-3-git-basics.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
