Learn Git Commands | Getting Started | Git Clone | Git Init

preview_player
Показать описание
Here are a list of options I use for these commands regularly:

Init:
git init: Initializes a new Git repository in the current directory.

Clone:
git clone [repository_url]: Copies a remote repository to your local machine.
Рекомендации по теме
Комментарии
Автор

Let me know if I should make a more in depth video

hacking-into-coding