BAC Version Control SYSTEMS(Git and GitHub) Meetup
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
- Fork this repository
https://github.com/BAC-GitHub-Club/gitmeet.git
- Clone your fork down to your local machine
git clone https://github.com/YOUR-NAME/gitmeet.git
get into the directorycd gitmeet
- 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 of your choice
Contributing
*Never,push to master,push to the develop Branch.
✨
Contributors Thanks goes to these wonderful people (emoji key):
Kesego |
Tumo |
This project follows the all-contributors specification. Contributions of any kind welcome!
Acknowledgments
- All those attending the meetup
Authors
- KESEGO MOKGOSI - Initial work - kesbeast23
*All contributors will be added to the contributors
License
This project is licensed under the MIT License - see the LICENSE.md file for details