Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 468 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 468 Bytes

VLSI-Final-Project

Simulation code for performance comparisons between CNFETs and MOSFETs

GIT STUFF FOR AKSHAY:

When you make a new file and want to add it to be tracked git add ---or--- git add

to commit your changes: git commit -m "<message about the changes you're making>"

to put stuff up online: git push origin master

to pull stuff from online (try to always pull before you commit): git pull origin master