Add initial README.md with project overview and setup instructions
This commit is contained in:
24
README.md
24
README.md
@@ -0,0 +1,24 @@
|
|||||||
|
# git_test
|
||||||
|
|
||||||
|
First commit — initial repository setup.
|
||||||
|
|
||||||
|
## Overview
|
||||||
|
This repository contains the starter files for the project.
|
||||||
|
|
||||||
|
## Getting started
|
||||||
|
1. Clone the repo:
|
||||||
|
```
|
||||||
|
git clone <repo-url>
|
||||||
|
```
|
||||||
|
2. Open the project:
|
||||||
|
```
|
||||||
|
cd git_test
|
||||||
|
```
|
||||||
|
|
||||||
|
## Contributing
|
||||||
|
1. Create a branch: `git checkout -b feat/your-feature`
|
||||||
|
2. Commit changes: `git add . && git commit -m "Describe changes"`
|
||||||
|
3. Push and open a pull request.
|
||||||
|
|
||||||
|
## License
|
||||||
|
Add a LICENSE file or specify a license here.
|
||||||
Reference in New Issue
Block a user