Git - How to create a Git Repository in a Folder from Windows Explorer

Опубликовано: 03 Октябрь 2024
на канале: Blesson Jose
10,255
22

Learn how to create a Git repository in a Folder from Windows Explorer

STEPS
----------

1) Right click on the folder

2) Select Git Init Here

3) The repository is ready for use. You can see the .git hidden folder and some extra context menu items. You can also work on this repository from command prompt if you want.