Gitlab CI/CD Pipelines Pipelines are the top-level component of continuous integration, delivery, and deployment. Pipelines consist of: Note: In general, pipelines are executed… Continue reading “Gitlab CI/CD Pipelines”…
Installing and using Pre-commit with Ansible-lint About Pre-commit: https://pre-commit.com/ Pre-commit is an open source tool used to help ensure code quality in a software project. It… Continue reading “Installing and using Pre-commit with Ansible-lint”…
Diff tools for the command line The diff tool is like one of the most needed tool in the developer toolbox, however the basic diff works… Continue reading “Diff tools for the command line”…
Git Clean Git clean will hell you to remove all untracked files in the working directory, this post will show the basic usage.… Continue reading “Git Clean”…
Git : Reset a Branch to the last thing in the remote repository There are sometimes were we have a remote brach in our local that we haven’t been used for a while,… Continue reading “Git : Reset a Branch to the last thing in the remote repository”…