Skip to content

Latest commit

 

History

History
34 lines (23 loc) · 731 Bytes

README.md

File metadata and controls

34 lines (23 loc) · 731 Bytes

Mini Projects

Contributing Guidelines:

Fork and Clone this repo using the following command:

git clone https://github.com/bellatrixdatacommunity/mini-projects.git

cd mini-projects
cd <your-project>

Make a new branch using following command:

git checkout -b "<your-branch>"

Add a file, work with your team, and all the cool features you learnt and want to implement

Stage your changes, commit, and push using the following commands:

git add .
git commit -m "<commit message>"
git push origin "<your-branch>"