Skip to content

Instantly share code, notes, and snippets.

@chriseppstein
Created June 30, 2009 14:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save chriseppstein/138169 to your computer and use it in GitHub Desktop.
Save chriseppstein/138169 to your computer and use it in GitHub Desktop.
cd ~/Library/Application\ Support/Firefox
git init
git add .
git commit -m "Saving FF3 Profile."
git checkout -b ff3.5
open /Applications/Firefox3.5
(close Firefox3.5)
git commit -m "Saving FF3.5 Profile."
git checkout master
open /Applications/Firefox
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment