vcs:git
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| vcs:git [2021/01/19 10:09] – kauffman | vcs:git [2021/09/22 17:19] (current) – ctopper | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ====== Git ====== | ====== Git ====== | ||
| A collection of resources. | A collection of resources. | ||
| + | |||
| + | * [[https:// | ||
| + | |||
| ===== External Guides ===== | ===== External Guides ===== | ||
| * [[https:// | * [[https:// | ||
| + | * [[http:// | ||
| Line 32: | Line 36: | ||
| </ | </ | ||
| - | === Example === | + | ==== Example |
| < | < | ||
| - | kauffman@hades:~$ ssh kauffman3@linux.cs.uchicago.edu | + | laptop:~$ ssh kauffman3@linux.cs.uchicago.edu |
| - | The authenticity of host ' | + | |
| - | ECDSA key fingerprint is SHA256: | + | |
| - | Are you sure you want to continue connecting (yes/ | + | |
| - | Warning: Permanently added ' | + | |
| - | kauffman3@linux.cs.uchicago.edu' | + | |
| - | + | ||
| - | This system runs Ubuntu 20.04 | + | |
| - | + | ||
| - | For long running jobs please consider using the Slurm cluster `Peanut`. | + | |
| - | + | ||
| - | https:// | + | |
| - | + | ||
| - | Questions: | + | |
| - | techstaff@cs.uchicago.edu | + | |
| - | Discord: https:// | + | |
| - | + | ||
| - | - Techstaff | + | |
| kauffman3@linux3: | kauffman3@linux3: | ||
| kauffman3@linux3: | kauffman3@linux3: | ||
| Line 57: | Line 44: | ||
| Initialized empty shared Git repository in / | Initialized empty shared Git repository in / | ||
| kauffman3@linux3: | kauffman3@linux3: | ||
| + | </ | ||
| + | |||
| + | === Clone from inside your CS home === | ||
| + | < | ||
| kauffman3@linux3: | kauffman3@linux3: | ||
| Cloning into ' | Cloning into ' | ||
| Line 81: | Line 72: | ||
| </ | </ | ||
| + | === Clone from your laptop or elsewhere === | ||
| + | < | ||
| + | laptop:~$ git clone kauffman3@linux.cs.uchicago.edu: | ||
| + | Cloning into ' | ||
| + | kauffman3@linux.cs.uchicago.edu' | ||
| + | remote: Enumerating objects: 3, done. | ||
| + | remote: Counting objects: 100% (3/3), done. | ||
| + | remote: Total 3 (delta 0), reused 0 (delta 0) | ||
| + | Receiving objects: 100% (3/3), done. | ||
| + | |||
| + | laptop:~$ ls -l myproject/ | ||
| + | total 0 | ||
| + | -rw-rw-r-- 1 kauffman kauffman 0 Jan 19 10:11 README | ||
| + | </ | ||
/var/lib/dokuwiki/data/attic/vcs/git.1611072585.txt.gz · Last modified: 2021/01/19 10:09 by kauffman