Skip to content

Place to store all my Frontend Masters related course material.

Notifications You must be signed in to change notification settings

AndreasNasman/frontend-masters

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

90 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Frontend Master

To initialize this project, use:

git clone --recurse-submodules https://github.com/AndreasNasman/frontend-masters.git

or

git clone https://github.com/AndreasNasman/frontend-masters.git
cd frontend-masters
git submodule update --init --recursive --remote

You can also use the latter command to apply upstream changes.

Then, to checkout a branch in each submodule (and exit detached HEAD state), run

git submodule foreach 'git switch solutions || git switch main || git switch master || git switch gh-pages && git pull'

About

Place to store all my Frontend Masters related course material.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published