2021-12-31 17:27:02 +00:00
|
|
|
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"
|