Skip to content

ldpercy/html-common

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HTML Common

A git submodule for common HTML, CSS, SVG & JavaScript items.

HTML Common HTML CSS SVG JavaScript

Git submodule setup

More info on the wiki page.

To add html-common as a git submodule (I usually use square brackets for the path name):

git submodule add https://github.com/ldpercy/html-common [html-common]
git submodule update

Equivalent to in your project's .gitmodules:

[submodule "[html-common]"]
	path = [html-common]
	url = https://github.com/ldpercy/html-common

The square brackets are mainly for cosmetics and grouping.

About

Shared code - HTML, CSS, SVG, JavaScript

Topics

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors