Skip to content

Latest commit

 

History

History
20 lines (17 loc) · 596 Bytes

README.md

File metadata and controls

20 lines (17 loc) · 596 Bytes

codemad

code yourself into success 19/01/2016 createing project using express generator

1 : express codemad -e --c --git
2 : cd codemad
    mv app.js main.js
   mv bin/www bin/index.js

How to use git pull codemad used to pull data from git, do this befor you start any modification after your work follow the steps to push into git

	1 : git add.
	2 : git commit -m "Comment"
	    note : you have to add a valid comment for each push
	3 : git remote add origin https://github.com/jithinputhiyattu/codemad
	4 : git push -u origin <your git username>