2021-12-31 17:27:02 +00:00
|
|
|
git add -A .
|
|
|
|
tells git about all the changes in the folder
|
|
|
|
|
2023-09-14 04:12:53 +00:00
|
|
|
git commit -m "Pikmin Delivery Option"
|
2021-12-31 17:27:02 +00:00
|
|
|
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"
|
2022-10-31 18:28:57 +00:00
|
|
|
|
|
|
|
git commit -m "im beginning to think :3"
|
2022-12-22 13:24:12 +00:00
|
|
|
git commit -m "Before it disappears."
|
2023-01-25 14:47:47 +00:00
|
|
|
git commit -m "Christmas! Just a week away!"
|
2022-12-22 13:24:12 +00:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
how to make a new repo
|
|
|
|
get ready on gitea
|
|
|
|
git remote add origin git@git.lain.faith:username/repository
|
|
|
|
git remote add origin git@git.lavender.software:akira/diary
|