You cannot select more than 25 topics
			Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
		
		
		
		
		
			
	
	
		
			
	
		
		
			
				
				
					
						
						
						
							 | 
							
							touch README.md
 | 
						
						
						
						
							 | 
							
							
 | 
						
						
						
						
							 | 
							
							git init
 | 
						
						
						
						
							 | 
							
							
 | 
						
						
						
						
							 | 
							
							git add README.md
 | 
						
						
						
						
							 | 
							
							
 | 
						
						
						
						
							 | 
							
							git config --global user.name "your name"
 | 
						
						
						
						
							 | 
							
							
 | 
						
						
						
						
							 | 
							
							git commit -m "first commit"
 | 
						
						
						
						
							 | 
							
							
 | 
						
						
						
						
							 | 
							
							git remote add origin http://8bb19w1gugu7yq3cyck63gbo18udodab1b6zr1uykdphm37ushco.loki/whoami/VPS_LokiServiceNode_Hardening.git
 | 
						
						
						
						
							 | 
							
							
 | 
						
						
						
						
							 | 
							
							git push -u origin master
 | 
						
						
						
						
							 | 
							
							
 |