Bhola Meena's Tech Knowledge Backup
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
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment