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.
- Host: GitHub
- URL: https://github.com/javycito/git-flow-javy
- Owner: javycito
- License: mit
- Created: 2024-11-22T20:07:08.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-22T23:14:08.000Z (over 1 year ago)
- Last Synced: 2025-01-31T01:15:54.631Z (over 1 year ago)
- Topics: csharp-code, git, gitflow, github
- Language: C#
- Homepage:
- Size: 336 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.