/GITHUB-API-Project

Apply Airbnb Thumbnail design using GitHub Profile API

Primary LanguageCSS

GitHub Instructions

Pushing to Github Repo:

  1. mkdir <name>
  2. git clone <url>
  3. git add --all
  4. git commit -am " <message> "
  5. git push

Branching & creating url from gh-pages in Github:

  1. git branch
  2. git checkout -b gh-pages
  3. git merge master <------- if you updated master
  4. git push origin gh-pages
  5. git checkout master <------- go back to master, where you make your updates to code