Back

Explore Courses Blog Tutorials Interview Questions

Explore Tech Questions and Answers

Welcome to Intellipaat Community. Get your technical queries answered by top developers!

+2 votes
2 views
by (19.7k points)

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

0 votes
1 answer
0 votes
1 answer
0 votes
1 answer

Browse Categories

...