OOAD MailingList Repo This repo is used to accelerate banking system tutorial and collaborate as tutorial group members on building a Banking System
- Fork this repository
https://github.com/BAC-GitHub-Club/OOAD.git
- Clone your fork down to your local machine
git clone hhttps://github.com/YOUR-NAME/OOAD.git
get into the directory `cd OOAD - Create a branch
git checkout -b branch-name
preferrablyfeature-you-are-working-on
- Make your changes (choose from any task given)
- Add all your changes to be tracked by git
git add .
- Commit your changes
git commit -m 'commit message'
- Push your changes
git push origin branch-name
preferably develop branch - Create a new pull request from your forked repository (Click the New Pull Request button located at the top of your repo)
- Wait for your PR review and merge approval!
- Star this repository if you had fun!
- Check your changes by clicking here
- Text editor or IDE preferabbly NetBeans,Intellij or Eclipse
- MYSQL,ORACLE or MARIADB
- JAVA
*Never,push to master,push to the develop Branch
Thanks goes to these wonderful people (emoji key):
Kesego23 📋 📖 💻 |
Vicktor.Baseki 📋 💻 |
This project follows the all-contributors specification. Contributions of any kind welcome!
- All those who participates in completing the tutorial
- KESEGO MOKGOSI - Initial work - Kesego23
*All contributors will be added to the contributors
This project is licensed under the MIT License - see the LICENSE.md file for details