Skip to content

Latest commit

 

History

History
32 lines (26 loc) · 766 Bytes

Starter.md

File metadata and controls

32 lines (26 loc) · 766 Bytes
  1. Fork this repository.
  2. Clone the forked repository.
  git clone   https://github.com/CrewMates-Open-Source/EduHelp
  1. Navigate to the project directory.
cd  EduHelp
  1. Create a new branch.
git checkout -b <your_branch_name>
  1. Make changes in source code.
  2. Commit your changes.
git commit -m "Message"
  1. Push your local branch to the remote repository.
git push -u origin <your_branch_name>
  1. Create a Pull Request!

Finally, go to your repository in browser and click on compare and pull requests. Then add a title and description to your pull request that explains your precious effort.

click on Compare and Pull Request

Congratulations! boom Sit and relax, you've made your contribution to Crewmates project.