Profile
Achievement

jachin's Recent Snippets
- All /
« Prev 1 Next »
Name the form what ever you like, but make sure that is reflected in the javascript.
0
4990
posted 17 years ago by jachin
This command will not delete the .DS_Store files from the file system, just take them out of version control.
Before doing this it would be a good idea to setup the repository to ignore .DS_Store files.
1
1814
posted 17 years ago by jachin
Run this command when you are in the directory where you want to changes the files that get ignored.
1
893
posted 17 years ago by jachin
If you are deleting all the rows in a table and you also want to reset the values that will get used by auto increment, this is how to do it.
0
1062
posted 17 years ago by jachin