Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Add info about invalid characters in URLs
  • Loading branch information
meltingice committed Nov 3, 2012
1 parent 4a9fd64 commit caeb388
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Expand Up @@ -138,6 +138,10 @@ Make sure, if you're using Git over SSH, that you have your repository's host ad

Divergence currently does not support HTTPS on its own; however, you can still use HTTPS in combination with a load balancer if you enable SSL termination.

### Invalid URL Characters

Git supports a much wider range of characters for branch names than URLs support. To get around this limitation, simply replace any invalid URL character with a `-` and Divergence will find the branch you're looking for automatically.

## TODO

* Handle simultaneous users better
Expand Down

0 comments on commit caeb388

Please sign in to comment.