Search This Blog

Git hub Tutorial

 Steps for user 1:

1.    Create an account with GitHub, " https://github.com/ "
2.    Add a new repository with Readme with any name
Ex: background-generator
 
3.    Under the Code -> Clone -> HTTPS -> copy the HTTPS link
4.    Download Git from https://gitforwindows.org/ and then install on your computer
5.    Open the CMD Console (Win + R) & Go to the active folder (Project Folder\ background-generator)
6.    To copy or clone the repo run the following command

git clone + "paste the copied HTTP link"

7.    Move the all the file from project
8.   Run git status
 
Output :
 Untracked files:
  (use "git add <file>..." to include in what will be committed)
        index.html
        script.js
        style.css

Post a Comment

0 Comments