Skip to content

The official website of Enigma - The Coding Club of VSSUT, Burla

Notifications You must be signed in to change notification settings

EnigmaVSSUT/EnigmaWebsite

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.