An open API service indexing awesome lists of open source software.

https://github.com/javycito/git-flow-javy

En este repositorio estaremos viendo como utilizar Git flow de manera correcta.
https://github.com/javycito/git-flow-javy

csharp-code git gitflow github

Last synced: about 1 month ago
JSON representation

En este repositorio estaremos viendo como utilizar Git flow de manera correcta.

Awesome Lists containing this project

README

          

# 💲 Git-Flow-Javy
En este repositorio estaremos viendo como utilizar Git flow de manera correcta.






## âš¡ Getting Started
1. **Clone the repository:**
```bash
git clone https://github.com/javycito/Git-Flow-Javy
2. **Navigate to the project directory:**
```bash
cd Git-Flow-Javy
2. **Navigate to the project directory:**
3. **Open in Visual Studio:** Open the solution file and build the project.
4. **Run the application:** Press F5 to start the application.

## ☕ Contributing
1. **Fork the repo**
- **Create a new branch**
```bash
git checkout -b feature-branch
- **Commit changes**
```bash
git commit -am 'Add new feature'
2. **Push to the branch (git push origin feature-branch)**
3. **Create a new Pull Request**

## 📔 License
This project is licensed under the MIT License. See the LICENSE file for details.