Skip to content

Latest commit

 

History

History
36 lines (30 loc) · 1.34 KB

HELP.md

File metadata and controls

36 lines (30 loc) · 1.34 KB

HELP

This document will help you to set up the project:

  1. Clone Repository

open git bash (if you have it on your machine) and type this git clone https://github.com/em9836/web-template.git <directoy> (replace <directory> with a directory name of your choosing, recommend using a project name). This will clone the contents of the repositiory into the local directory.

  1. Set the git configurations - open the "config" file in the .git directory (I did this using File Explorer). It should look something like this:
     [core]
         repositoryformatversion = 0
         filemode = false
         bare = false
         logallrefupdates = true
     [remote "origin"]
         url = https://github.com/em9836/web-template.git
         fetch = +refs/heads/*:refs/remotes/origin/*
    
    Replace the origin url with your own remote repository url.
  2. set the user name and email configurations using the following:
    • git config --add --local user.name=<Username>
    • git config --add --local user.email=<UserEmail>
  3. Push the local repository to your remote repository

Now you can set up your own project configurations.


Choose a License Type Script Documentation Webpack Configurations