Skip to content
This repository was archived by the owner on Jul 15, 2021. It is now read-only.

Latest commit

 

History

History
33 lines (25 loc) · 897 Bytes

File metadata and controls

33 lines (25 loc) · 897 Bytes

Train your skills in Git and GitHub using this repo

⚠️ THIS PROJECT IS NOW UNMAINTAINED AND IN READ-ONLY MODE ⚠️

This is a black box repository to train Git skills and experiment with the settings in GitHub.

Do whatever you want to do.

‼️ But don't delete this README.md file

Git

  • Fetch, Push
  • Merge, Squash, Rebase
  • Force conflicts and fix them
  • Create, update, delete branches
    • Create and push to a remote branch from a newly created local one
    • Connect a local with a remote branch
  • Catchup master branch into develop branch
  • ...

GitHub

  • Create Pull request in Github
    • Merge develop branch into master branch
  • Create a continous deployment process
    • protect branches and just allow pull requests
  • Require code reviews
    • Disallow specific merge options
  • Edit files
  • Play with the settings
  • ...

What you can imagine... try it out