Creating a Local Git Repo: Git and Github Tutorial Series (Video 2)



Creating a Local Git Repo: Git and Github Tutorial Series (Video 2)

Creating a Local Git Repo:  Git and Github Tutorial Series (Video 2)

Learn how to create a local git repository on your computer. This video talks about initializing a git repository using git init and basic terminal commands needed to use git properly. These commands include: pwd, ls, cd, mkdir etc which allows you to print working directories, change your working directory, list files in a directory and so forth.

The key is that you can turn ANY folder on your computer into a git repository (or repo) for version control! You don’t need the internet to do it!

#git #github #githubtutorials

Comments are closed.