Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| tools:github [2025/10/16 11:01] – [Github setup] will | tools:github [2026/04/17 09:55] (current) – [Github setup] will | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ====== Github setup ====== | ====== Github setup ====== | ||
| Github (source forge) is not git (local-first distributed source control management software)! See [[: | Github (source forge) is not git (local-first distributed source control management software)! See [[: | ||
| + | |||
| + | See [[: | ||
| Github setup includes | Github setup includes | ||
| - [[# | - [[# | ||
| + | * use **ssh** url like '' | ||
| * avoid conflicting histories: <wrap important> | * avoid conflicting histories: <wrap important> | ||
| - syncing that with your files (on your computer, on rhea, on PSC, etc) | - syncing that with your files (on your computer, on rhea, on PSC, etc) | ||
| Line 31: | Line 34: | ||
| * Clone the copied url like <code bash>git clone git@github.com/ | * Clone the copied url like <code bash>git clone git@github.com/ | ||
| ===== Authentication ===== | ===== Authentication ===== | ||
| - | For '' | + | For '' |
| + | |||
| + | when using ssh keys (recommended) use '' | ||
| + | switch from https to ssh using '' | ||
| + | |||
| + | {{.: | ||
| ==== ssh keys ==== | ==== ssh keys ==== | ||