My Terminal Cheat Sheet
Copy to remote: scp mylocal.file [email protected]:/home/jordan/mylocal.file Copy from remote: scp [email protected]:/home/remote.file remote.file Postgres dump: pg_dump myDBname > myDumpFile.dmp Postgres restore: psql myDbname < myDumpFile.dmp SVN Life Cycle Add project to svn: svn import project http://host_name/svn_dir/repository_name/project -m “First Import” example: svn import pricespy svn://wetware.co.nz/subversion/pricespy -m “Inital Import” Add files to svn: svn add file1 file2 file3 […]
Posted on February 23, 2009 at 6:22 pm by Jordan Carter · Permalink
· 2 Comments
In: Web Development · Tagged with: cheat sheet
In: Web Development · Tagged with: cheat sheet