Akshat-z / Wield-The-Web

Wield-The-Web

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 πŸ‘¨β€πŸ’»

About

Wield-The-Web

License:MIT License


Languages

Language:CSS 55.1%Language:JavaScript 35.7%Language:HTML 9.2%Language:Ruby 0.0%