Welcome to 60 seconds to code where I show you how to code in 60 seconds or less.
Today you will be signing up for GitHub and creating Git repositories to store code.
Step 1 – Go to github.com/join and sign up.
Step 2 – Go git-scm.com/downloads and download and install the latest version of Git
Step 3 – Log in to your GitHub profile and click the repositories tab and click new.
Step 4 – Type a name for your repository, set the visibility to private and click create.
Step 5 – Copy the setup URL on to your clipboard and start a terminal window by typing cmd.exe in your search box
Step 6 – In your terminal window type git clone and then paste the URL and press enter. When prompted, enter your GitHub user ID and password.
Congratulations, you’ve learned how create and clone Git repositories.
Try to code a little every day because CODE IS LIFE
#tutorial on #howto create and clone #git repositories #60secondstocode #codeislife
コメント