Note
This is a project designed to demonstrate the proper functioning of the Git Flow workflow.
Important
This page is fully functional in all its versions or tags. The necessary tests were carried out, and the latest version has the best presentation for all audiences. Thank you for checking out this project. Keury Ramirez 20231101
- Clone the repository:
git clone https://github.com/K3ury99/XO-Git-Flow
- Navigate to the project directory:
cd XO-Git-Flow
- Navigate to the project directory:
- Open in Visual Studio: Open the solution file KortexCrud.sln and build the project.
- Run the application: Press F5 to start the application.
- Fork the repo
- Create a new branch
git checkout -b feature-branch
- Commit changes
git commit -am 'Add new feature'
- Push to the branch (git push origin feature-branch)
- Create a new Pull Request
This project is licensed under the MIT License. See the LICENSE file for details.