/Wield-The-Web

Wield-The-Web

Primary LanguageCSSMIT LicenseMIT

CES-MMMUT Presents

CES-MMMUT Number of Contributors Issues opened Issues closed PRs open PRs closed Repo size

💻 Tech Stack

Front-End:

HTML5 CSS3 JavaScript BootStrap



Are you a Newbie in programming and want to dive deep into it?


Git Setup :-

  • Download Git as per your OS.

  • Install Git

  • Open the Git Bash ( Right Click )

  • Run the Commands

  • $ git config --global user.name "Your Name"

    $ git config --global user.email youremail@example.com

    $ git config --list

  • You Should see your entered name and email under `user.name` & `user.email`


Setting Project on Local System :-

  • Fork the Repository of Project

  • ( You will see this on Top Right of Github Repository !)
  • Clone the Repository

  • ( Click on the Green Code button and Copy the link `https://github.com/........` )
  • Open Git bash where you want to clone the project

  • Run Command

  • git clone link

    (In Place of link paste the link you copied)

  • Project Cloned in System

  • Make Required changes on a new branch and then commit your chnages by

  • $ git checkout -b branchname

    $ git add -A

    $ git commit -a -m "message"

    $ git push origin branchname


Creating Pull Request on Github

  • Go in Pull Request Section

  • Create New Pull Request

  • Add Title, Description & Create Pull Request

  • That's It You have Succesfully Created a Pull Request


CES Team 😃


Arpit Jain
💻

Anubhav Miller
💻

Rupal Singh
💻

SaumyaSrivastava
💻

Soumya Gupta
💻

Namita Chaudhary
💻

Siddhartha Pandey
💻

Swati Singh
💻

Ujjawal Gupta
💻

Kaustuch Srivastava
💻

Apoorv Dwivedi
💻

Vaibhav Sharma
💻

Winners 😃



📘  License

The CES-MMMUT is released under the under terms of the MIT License.

forthebadge forthebadge forthebadge forthebadge

Happy Coding 👨‍💻