External, Non-PPA KXStudio Repository
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

13 lines
203B

  1. #!/bin/bash
  2. set -e
  3. rm -rf .git
  4. git init
  5. git add *
  6. git commit -m "Recreate repo"
  7. # git branch -m gh-pages
  8. git remote add origin git@github.com:KXStudio/Repository.git
  9. git push -u --force origin master