A DevOps engineer needs to download a Git repository from https://git.company.com/admin/project.git. Which of the following commands will achieve this goal?
A. git clone https://git.company.com/admin/project.git
/>B. git checkout https://git.company.com/admin/project.git
/>C. git pull https://git.company.com/admin/project.git
/>D. git branch Show Answer
		
		
		
					
					
		
		
		
		
		
		
		
	
	
	
			
			
		
		
	A. git clone https://git.company.com/admin/project.git
/>B. git checkout https://git.company.com/admin/project.git
/>C. git pull https://git.company.com/admin/project.git
/>D. git branch Show Answer