Git web interface
Git web interface for internal use
- git repos for q-station.net
- (https://git.it-touch.com:13002/gitweb/q-station.net)
To clone a project
- GIT_SSL_NO_VERIFY=true git clone https://git.it-touch.com:13002/git/q-station.net/xxxyy.git
- or, run following in local git repos
git config http.sslVerify false
Eclipse with GIT