From 2a7306a1d92522569a8bb6e5a7c0bcdd5cf4cfaa Mon Sep 17 00:00:00 2001 From: James Moger <james.moger@gitblit.com> Date: Thu, 26 May 2011 17:11:38 -0400 Subject: [PATCH] Findbugs. CodePro Audit. Checkstyle. Unit test refactoring. --- docs/01_eclipse.mkd | 17 +++++++++++++++-- 1 files changed, 15 insertions(+), 2 deletions(-) diff --git a/docs/01_eclipse.mkd b/docs/01_eclipse.mkd index 93fd531..e768b73 100644 --- a/docs/01_eclipse.mkd +++ b/docs/01_eclipse.mkd @@ -1,5 +1,18 @@ ## Eclipse Tips -verifySsl +### Do Not Verify Self-Signed Certificates +If you are using a self-signed certificate, like the one that is automatically generated by Gitblit, you have to tell Eclipse/EGit to ignore certificate verification errors. -how to push new unshared project to new repository \ No newline at end of file + + + + +### Pushing a New Project to a New Gitblit Repository +1. Project Root->Team->Share->Git +Create a Git repository inside the project + +### Pushing a Git-Controlled Project to another Gitblit Repository +1. Project Root->Team->Remote->Push +2. Enter the URL information of the repository +3. In the Refspec dialog click the buttons named "All all branches spec" and "All all tags spec" + -- Gitblit v1.9.1