This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revision | |||
hackingprojects:hackingclub [2019/08/14 15:22] – oemb1905 | hackingprojects:hackingclub [2019/08/14 15:22] (current) – removed oemb1905 | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | ------------------------------------------- | ||
- | * **gitsurvival** | ||
- | * **Jonathan Haack** | ||
- | * **Haack' | ||
- | * **netcmnd@jonathanhaack.com** | ||
- | |||
- | ------------------------------------------- | ||
- | |||
- | Make and account at the Haacking Club repository first. | ||
- | |||
- | cd ~ | ||
- | ssh-keygen | ||
- | cat ~/ | ||
- | |||
- | Then, ssh into your vps and do something like this: | ||
- | |||
- | cd ~ | ||
- | mkdir git | ||
- | cd git/ | ||
- | git clone git@hc.jonathanhaack.com: | ||
- | cd haackingclub | ||
- | touch yourname.notes | ||
- | nano yourname.notes | ||
- | git add yourname.notes | ||
- | git commit -am" | ||
- | git pull | ||
- | git push | ||
- | | ||
- | Happy Haacking. | ||
- | |||
- | --- // |