Explore >> Select a destination


You are here

initialcommit.com
| | pedrorijo.com
1.9 parsecs away

Travel
| | Getting started with Git. Git basic commands. Everything you need to know to start using Git in your personal projects. Second part of a series of tutorials
| | betterdev.blog
2.4 parsecs away

Travel
| | Git allows us to define aliases, which are our own commands we can use. Here I will show Git aliases that I use in everyday work. With explanation.
| | www.cesarsotovalero.net
3.0 parsecs away

Travel
| | Git is the go-to version control system in software development, created by Linus Torvalds in 2005 for Linux kernel development. It's now an indispensable tool for tracking project history and managing versions. This post covers the key Git commands you need to streamline your development workflow.
| | www.cloudninja.nu
20.9 parsecs away

Travel
| Intro In the first blog post (here), I wrote the most basic Bicep code for deploying a host pool, application groups, and a workspace. The result will be the same resources in this part, but the code will be a bit more advanced, allowing us to customize the deployment. I will keep the code simple, and the goal is to make the part we change for each deployment as simple as possible, while the Bicep modules contain the more advanced code.