From caeb388c7af166b7f920ae573a277b3fe187c635 Mon Sep 17 00:00:00 2001 From: Ryan LeFevre Date: Sat, 3 Nov 2012 13:29:53 -0300 Subject: [PATCH] Update README.md Add info about invalid characters in URLs --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index c14f48d..e6a7799 100644 --- a/README.md +++ b/README.md @@ -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