Skip to content

Latest commit

 

History

History
10 lines (10 loc) · 433 Bytes

GIT_BASICS.md

File metadata and controls

10 lines (10 loc) · 433 Bytes

Creating a Pull Request

1. First fork this repository (You may star it as well 🤗)

2. Then clone the forked repo to your local machine

3. Now use

git checkout -b branch_name

4. Make your changes in this branch

5. Push your changes to your forked repo

git push origin branchname

6. Create a pull request with the app name in your title and app description in the description

AND DONE.......