mirror of
				https://github.com/sahinakkaya/til.git
				synced 2025-07-17 14:01:49 +03:00 
			
		
		
		
	
		
			
				
	
	
	
		
			377 B
		
	
	
	
	
	
	
	
			
		
		
	
	
			377 B
		
	
	
	
	
	
	
	
You can clone a repository with ssh and pull/push without having to enter your credentials. If you already cloned it with https and want to change your remote url, do this:
❯ git remote -v
origin  https://github.com/Asocia/dotfiles.git (fetch)
origin  https://github.com/Asocia/dotfiles.git (push)
❯ git remote set-url origin git@github.com:Asocia/dotfiles.git
