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

Note that a bare repo cannot be edited directly. You will need to checkout the repository elsewhere in your home directory.

$ mkdir $HOME/myproject.git
$ cd $HOME/myproject.git
$ git init --bare --shared

Check out your repository

Even if you are on one of the linux.cs servers you will need to checkout the bare repo.

git clone cnetid@linux.cs.uchicago.edu:~/myproject.git
/var/lib/dokuwiki/data/attic/vcs/git.1611072132.txt.gz · Last modified: 2021/01/19 10:02 by kauffman

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki