Skip to content

Latest commit

 

History

History
32 lines (22 loc) · 1.06 KB

README.md

File metadata and controls

32 lines (22 loc) · 1.06 KB

Welcome to the EnigmaWebsite wiki!

This page has everything to help you get started with EnigmaWebsite development.

Git & Github

Set Up The Environment

Connect To Github

Get The Repository

Get To Local

Development

  • Make changes to the files or codes
  • Add the files to staging area using 'git add .' (for all files) or 'git add filepath'(for individual file)

P.S. Use 'git status' frequently, to see the state of the working directory and the staging area.

Setting Up Environment