-
Star & Fork this repository.
-
Clone your forked copy of the project.
git clone https://github.com/<your_user_name>/BooksWorld.git
-
Navigate to project directory.
cd BooksWorld
-
Add reference to original repository (remote).
git remote add upstream https://github.com/arunn0909/BooksWorld.git
-
Before making any changes in the repository, always take a pull from the upstream repository to your branch to keep it updated with remote repository.
git pull upstream main
-
Create a new branch.
git checkout -b <your_branch_name>
-
Make necessary changes.
-
Track your changes
git add .
-
Commit your changes.
git commit -m "Relevant message"
-
Push the commited changes in your branch to your remote repo.
git push -u origin <your_branch_name>
-
Make pull request (PR) 🚀
-
To create a pull request, click on
New pull request
. Please ensure you compare your feature branch to the desired branch of this repository you are supposed to make a PR to. -
Add appropriate title and description to your pull request explaining your changes and efforts done.
-
Click on
Create Pull Request
. -
Voila! You have made a PR to the BooksWorld website. Sit back patiently and relax while your PR is reviewed.
-
Notifications
You must be signed in to change notification settings - Fork 34
arunn0909/BooksWorld
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
Topics
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published