i, the graphic designee
parent
351c1cd566
commit
28214188c5
|
@ -0,0 +1,14 @@
|
|||
git add -A .
|
||||
tells git about all the changes in the folder
|
||||
|
||||
git commit -m "my message"
|
||||
tells git to give these changes an actu al name
|
||||
|
||||
git push
|
||||
upload all named changes
|
||||
|
||||
git clone https://git.lavender.software/akira/made-in-akira.git
|
||||
does what it says (clones a repo to your puter)
|
||||
|
||||
|
||||
ssh-keygen -t ed25519 -C "akirapink@tutanota.com"
|
Binary file not shown.
Binary file not shown.
After Width: | Height: | Size: 572 KiB |
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading…
Reference in New Issue