kpi-web-guild / django-girls-blog-Martolivna

django-girls-blog-Martolivna created by GitHub Classroom
Other
0 stars 0 forks source link

Create an empty commit on `main` (and push nothing else there!) #5

Closed webknjaz closed 2 years ago

webknjaz commented 2 years ago
git commit --allow-empty -m 'Initial commit'
git push origin main

And report here after that.

P.S. It's best to do this task having read the first 3 chapters of the ProGit 2 book from #4.

Martolivna commented 2 years ago

Resolved

webknjaz commented 2 years ago

Great, I've just applied branch protection rules to the main branch. From now on, you can't push any changes directly to main but instead you'll need to follow the pull request procedures with mandatory code reviews. More on that later.