BAC Version Control SYSTEMS(Git and GitHub) Meetup

All Contributors

DSC BAC GIT Repo This repo is used to accelerate knowledge on git and help prepare for the DSC solution Challege

How To Get Started

  1. Fork this repository https://github.com/BAC-GitHub-Club/gitmeet.git
  2. Clone your fork down to your local machine git clone https://github.com/YOUR-NAME/gitmeet.git get into the directory cd gitmeet
  3. Create a branch git checkout -b branch-name preferrably feature-you-are-working-on
  4. Make your changes (choose from any task given)
  5. Add all your changes to be tracked by git git add .
  6. Commit your changes git commit -m 'commit message'
  7. Push your changes git push origin branch-name preferably develop branch
  8. Create a new pull request from your forked repository (Click the New Pull Request button located at the top of your repo)
  9. Wait for your PR review and merge approval!
  10. Star this repository if you had fun!
  11. Check your changes by clicking here
  • Text editor of your choice

Contributing

*Never,push to master,push to the develop Branch.

Contributors ✨

Thanks goes to these wonderful people (emoji key):

kesbeast23
Kesego

📋 📖 💻
Tumo505
Tumo

📋 💻

This project follows the all-contributors specification. Contributions of any kind welcome!

Acknowledgments

  • All those attending the meetup

Authors

*All contributors will be added to the contributors

License

This project is licensed under the MIT License - see the LICENSE.md file for details