-
Fork the Repository:
- Fork this repository so you can make changes without affecting the original project until you're ready to merge them.
-
Go to Your Forked Repository:
- The URL of your forked repository will look like
<your_github_username>/FC-Website.
- The URL of your forked repository will look like
-
Clone Your Forked Repository:
- Click the green Code button in your forked repository and copy the HTTPS URL.
- Open Git Bash (or Terminal on UNIX systems) in the folder where you want to clone the repository, and run the following command:
git clone <paste_your_cloned_URL_here>
-
Verify Cloning:
- Ensure a folder named FC-Website is now present in your current working directory.
Follow these steps every time you make changes and want to submit your work:
-
Copy Your Project Folder:
- Copy your project folder into the local clone of FC-Website.
-
Place Inside the Correct Directory:
- Paste it inside the respective project folder within FC-Website.
-
Rename Your Project Folder:
- Rename your folder to your full name (e.g., John-Doe).
-
Commit and Push Changes:
- Open Git Bash in the FC-Website folder and execute the following commands in order:
git add . git commit -m "Your commit message" git push -u origin main
- Open Git Bash in the FC-Website folder and execute the following commands in order:
-
Create a Pull Request:
- After pushing your project to GitHub, go to your forked repository in the browser.
- Click the big green “Compare & pull request” button.
- On the pull request page, you can add a description of the changes you made.
- Once ready, click the “Create Pull Request” button.
You’ve successfully created a pull request for the Finance Club Website project! 🎉