Skip to content

Instantly share code, notes, and snippets.

@supaspoida
Forked from chriseppstein/firefog_git.sh
Created July 3, 2009 02:38
Show Gist options
  • Save supaspoida/139874 to your computer and use it in GitHub Desktop.
Save supaspoida/139874 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