User Tools

Site Tools


vcs:git

This is an old revision of the document!


Git

A collection of resources.

External Guides

Bare Git Repository in your CS Home directory

SSH to a CS server

ssh cnetid@linux.cs.uchicago.edu

Initialize a bare repo in your CS home directory

$ mkdir $HOME/myproject.git
$ cd $HOME/myproject.git
$ git init --bare --shared
/var/lib/dokuwiki/data/attic/vcs/git.1611071869.txt.gz · Last modified: 2021/01/19 09:57 by kauffman

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki