git
a distributed version control system
  • http://git.or.cz

  • git on FreeBSD #



    cloning ports repository into /usr/ports

    # cd /usr
    # git clone git://git.geekfire.com/git/ports.git
    

    fetching xorg port

    cd /usr/ports
    git checkout xorg
    

    fetching and merging updated all ports and xorg port

    cd /usr/ports
    git pull origin xorg
    

    See also : [http]Using git on FreeBSD
    powered by MoniWiki Powered by FreeBSD DNS Powered by DNSEver.com
    last modified 2007-03-09 07:58:29
    Processing time 0.0340 sec