Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 498 Bytes

File metadata and controls

29 lines (20 loc) · 498 Bytes

Design Patterns

Getting Started

  1. $ git clone https://github.com/NevadaCountyHackers/design-patterns-abstract-factory
  2. $ cd design-patterns-abstract-factory
  3. $ mkdir [:username] // replace [:username] with your Github username

Folder Structure

[:design-pattern]
	-> [:username]
		-> Examples
		-> Tests
		-> Notes

Committing

  1. $ git add -A -v
  2. $ git commit -m "Commit Message"
  3. $ git push

Syncing

  1. $ git pull