Skip to content

iammdzaidalam/FC-Website

Repository files navigation

Steps to Get Started

Before You Begin: One-Time Setup

  1. Fork the Repository:

    • Fork this repository so you can make changes without affecting the original project until you're ready to merge them.
  2. Go to Your Forked Repository:

    • The URL of your forked repository will look like <your_github_username>/FC-Website.
  3. 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>
  4. Verify Cloning:

    • Ensure a folder named FC-Website is now present in your current working directory.

Steps to Submit Your Project

Follow these steps every time you make changes and want to submit your work:

  1. Copy Your Project Folder:

    • Copy your project folder into the local clone of FC-Website.
  2. Place Inside the Correct Directory:

    • Paste it inside the respective project folder within FC-Website.
  3. Rename Your Project Folder:

    • Rename your folder to your full name (e.g., John-Doe).
  4. 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
  5. 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.

Congratulations!

You’ve successfully created a pull request for the Finance Club Website project! 🎉

About

Website for Finance Club BIT Mesra - developed by K23s

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors