Intellipaat Back

Explore Courses Blog Tutorials Interview Questions
+2 votes
2 views
in DevOps and Agile by (19.7k points)
recategorized by

I have a project on GitHub that I have been working on before. However, I wiped out my computer and I am wondering which git command should I invoke under my username to check out my project again so that I can push my latest changes to GitHub under my account.

1 Answer

+2 votes
by (62.9k points)

Git clone is the command you're looking for:

git clone [email protected]:username/repo.git

Related questions

31k questions

32.8k answers

501 comments

693 users

Browse Categories

...