Git hooks are configured scripts that are executed at specific moments during git operations. ghooks is a package that configures git hooks so that specific commands can be run at those moments.
How I Built an Admin Dashboard with Python Flask
In this article, I will share the how I built an admin dashboard. I will give a step by step guideline on how I built this application with Python Flask, MongoDB and Heroku.
Understanding The GIT Workflow
In this article, we are going to learn the GIT workflow. I will explain to you a simple GIT workflow developers use to track the changes and maintain the clean GIT history.
Introduction to GitHub Desktop: A GUI Enhancement to a CLI Approach
In this article, we’ll explore various use cases of GitHub Desktop — GUI software designed to ehance your git workflow. Does it hold up against CLI git?
Git – Bad Practices
We are looking forward to meeting you on our website soshace.com
Git – Recommendations for “Soshace” Team
The main things that I would like to draw your attention to:
1) The commit should exactly match the name. And the title should make clear what exactly you’ve pushed.
2) A good commit should fit the screen, one does not have to scroll it for too long to understand what you have done.