DSC BAC GIT Repo This repo is used to accelerate knowledge on git and help prepare for the DSC solution Challege
- 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
*Never,push to master,push to the develop Branch.
Thanks goes to these wonderful people (emoji key):
Kesego 📋 📖 💻 |
Tumo 📋 💻 |
This project follows the all-contributors specification. Contributions of any kind welcome!
- All those attending the meetup
- KESEGO MOKGOSI - Initial work - kesbeast23
*All contributors will be added to the contributors
This project is licensed under the MIT License - see the LICENSE.md file for details