This is a black box repository to train Git skills and experiment with the settings in GitHub.
Do whatever you want to do.
- 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
- ...
- 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
- ...