Skip to content

Instantly share code, notes, and snippets.

@ChrisMissal
Created December 9, 2011 06:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ChrisMissal/1450416 to your computer and use it in GitHub Desktop.
Save ChrisMissal/1450416 to your computer and use it in GitHub Desktop.
A very simple way to version files from a third party
call wget http://domain.com/directory/file.js -r
call git add -A
call git commit -am "Current version"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment