Git Guide
A guide of git / github I. Create a new project from scratch Create a directory of the project. Go to the directory and type “git init” Start coding Add the files to git by using “git add” command Commit
A guide of git / github I. Create a new project from scratch Create a directory of the project. Go to the directory and type “git init” Start coding Add the files to git by using “git add” command Commit