Tuesday, January 7, 2014

How to exclude files from git

Step 1: Git remove files
  $ git rm --cached *.sqlite

Step 2: Create .gitignore file
$vi .gitignore

write line ==>  *.sqlite


No comments:

Post a Comment