Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 584 Bytes

README.md

File metadata and controls

27 lines (19 loc) · 584 Bytes

Welcome to GitHub Games

A project to practice Git and GitHub.

You can play the game at: https://githubschool.github.io/github-games-ChenxiXiao/

SUPPORTED BROWSERS: Chrome, Firefox, Safari, Opera and IE9+

This fun open source game was cloned from: https://github.com/jakesgordon/javascript-tetris

Command used

  • git bisect
  • git branch -a
  • git revert
  • git push --set-upstream origin fix-html
  • git add -p

Problem solved

  • merge conflict
  • revert
  • debug with git (binary search)
  • staging
  • tag and release
  • No upstream error
  • permission error