-
Fork this repository.
-
Clone your forked copy of the project.
git clone https://github.com/<your_user_name>/Heel2Toe.git
-
Navigate to project directory.
cd Heel2Toe
-
Add reference to original repository (remote).
git remote add upstream https://github.com/saloni-15/Heel2Toe.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) 🚀
forked from saloni-15/Heel2Toe
-
Notifications
You must be signed in to change notification settings - Fork 0
A beginner-friendly repository to get started with HTML, CSS, and JS.
License
Sugyanee/Heel2Toe
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
A beginner-friendly repository to get started with HTML, CSS, and JS.
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published
Languages
- HTML 69.9%
- CSS 27.0%
- JavaScript 3.1%