Haye-Aduunka student projects collected and presented for all to admire π
- Clone the repository
git clone https://github.com/ibrahim681/Haye-Aduunka-website.git
- Change the working directory
cd Haye-Aduunka-website/haye-aduunka
- Create a feature branch
git checkout -b new-feature
follow this link https://www.atlassian.com/git/tutorials/comparing-workflows/feature-branch-workflow
- Push local changes to remote repo
git add .
git commit -m "some comment"
git push