If you're the impatient type and want to setup and configure a local Git repository for Insoshi, here's what you need to do:
1. Install Git
2. Sign up for an account at GitHub (and provide an SSH public key)
3. Fork the official Insoshi repository at GitHub
4. Run the shell script (available as gist 18772 at GitHub and attached at the bottom of this page) in the directory where you want your repository:
1. Install Git
2. Sign up for an account at GitHub (and provide an SSH public key)
3. Fork the official Insoshi repository at GitHub
4. Run the shell script (available as gist 18772 at GitHub and attached at the bottom of this page) in the directory where you want your repository:
sh configure_insoshi_local.sh <GitHub account name>What the script does is
- Clones the official Insoshi repository
- Adds remote connection information for your forked repository on GitHub to your local repository
- Creates local tracking branches for the official 'master' and 'edge' branches
- Creates a local development branch
- Creates a branch on your forked repository and links it to your local development branch