My online tech scrapbook where I keep my notes in case I need to look them up later
Tuesday, February 5, 2013
Ubuntu: Configuring Tomcat
Instead of hacking the startup scripts, some of the common configuration variables can be set in Ubuntu in the file "/etc/default/tomcat7"
Git Log Show File List
To list the files that were involved in each commit:
git log --name-status
References:
git log --name-status
References:
Git Checkout File From Branch
To checkout a file from a specific branch:
git checkout <branchname> <filepath>
References:
git checkout <branchname> <filepath>
References:
Subscribe to:
Posts (Atom)