Skip to content

Instantly share code, notes, and snippets.

@jordifebrer
Created August 28, 2014 18:56
Show Gist options
  • Save jordifebrer/0117078376922aeec56e to your computer and use it in GitHub Desktop.
Save jordifebrer/0117078376922aeec56e to your computer and use it in GitHub Desktop.
How to register a Bower package
git add -A
git commit -m "Commit comment"
git tag -a v0.0.1 -m "Release version 0.0.1"
git push origin master --tags
bower register project_name git://github.com/username/project_name.git
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment