#git

  1. astyle

    Solved Help set up a git repo

    Discussion: I'm trying to set up my own git repo. I installed devel/git from ports. This is the stuff from https://git-scm.com, not github or gitlab. I started out by following the Examples section from here: https://git-scm.com/docs/git-init That part went OK. Trouble started when I started...
  2. T

    GIT Authentication using smart HTTP

    Hi I am trying to create a private GIT repo. Here's is VirtualHost Configuration in /usr/local/etc/apache24/httpd.conf file. <VirtualHost *:80> DocumentRoot "/home/git/repos" Alias /git /home/git/repos SetEnv GIT_PROJECT_ROOT /home/git/repos SetEnv GIT_HTTP_EXPORT_ALL...
  3. fel1x

    Version control in FreeBSD(Subversion, CVS, Perforce, and Git)

    Hello. I posted this thread because I want some advice about version control system. Subversion, CVS, Perforce, and Git. Which one is the fastest and what are the advantages and disadvantages of each one? I can use Perforce and Git and I heard that there was a FreeBSD repository for Perforce...
Back
Top