31 lines
		
	
	
	
		
			906 B
		
	
	
	
		
			Text
		
	
	
	
	
	
			
		
		
	
	
			31 lines
		
	
	
	
		
			906 B
		
	
	
	
		
			Text
		
	
	
	
	
	
| git add -A .
 | |
| tells git about all the changes in the folder
 | |
| 
 | |
| 
 | |
| git commit -m "The Legend"
 | |
| 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)
 | |
| 
 | |
| git commit -m "im beginning to think :3"
 | |
| git commit -m "Before it disappears."
 | |
| git commit -m "Christmas! Just a week away!"
 | |
| git commit -m "Pikmin Delivery Option"
 | |
| git commit -m "BE AFRAID"
 | |
| git commit -m "Oh egads!"
 | |
| git commit -m "NEW LAPTOP"
 | |
| git commit -m "low quality mp3 is me"
 | |
| git commit -m "I need to live"
 | |
| git commit -m "IM GONNA THRIVE"
 | |
| git commit -m "BE AFRAID!"
 | |
| git commit -m "The sun will be rising soon."
 | |
| git commit -m "Laptop charger dead maybe"
 | |
| 
 | |
| 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
 |