Skip to content

zara-lab/new-website

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 

Repository files navigation

How to sync my fork with ZaraLab repo

Go to your fork clone

cd new-website

Add zara-lab/new-website remote and fetch

git remote add upstream https://github.com/zara-lab/new-website.git
git fetch --all

Merge master branch to your fork repo

git checkout master
git merge upstream/master
git push origin master

Or merge gh-pages branch to your fork repo

git checkout gh-pages
git merge upstream/gh-pages
git push origin gh-pages

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published