Explore >> Select a destination


You are here

williamdurand.fr
| | blog.notmyhostna.me
1.7 parsecs away

Travel
| | This guide explains how to deploy to a remote server by pushing to a remote git repository which is using a custom post-receive hook to checkout the ...
| | unixdigest.com
3.0 parsecs away

Travel
| | [AI summary] This tutorial explains a simple Git workflow to manage your home directory by using a white-listing approach with a wildcard in .gitignore to selectively track specific files while ignoring everything else.
| | ewintr.nl
1.6 parsecs away

Travel
| | [AI summary] This article explains how to set up a simple CI/CD pipeline using bash scripts and git hooks to automate deployment processes, including deploying to production and staging environments with user permissions management.
| | aaronbos.dev
8.4 parsecs away

Travel
| Git's rebase functionality could be one of the most polarizing features of the ubiquitous version control system. Some have horror stories of rebasing branches, while others use it whenever possible. In this post, we'll be touching on the interactive rebase feature which can reduce a lot of the anxiety around rebasing Git branches.