Tag: Git

How to use Git and Github with your Unity Project — Complete Guide

As a Game dev you might someday need to share your project with the general audience or collaborate with your game partner or if you are working with a client to do his project then you would need a version control system. There is a Unity official Version Control but that is expensive while Gihu...

Git And Databricks

Introduction Databricks is one of the most popular platforms out there because of how easy it is for people of all backgrounds to get up and running. Its easy-to-use UI is very intuitive for analysts and even product managers who just need to go in and run the occasional query. For those who w...

Terraform — Using Private Git Repo As Module Source and Run through pipeline

Use Case Explanation: If your organization has placed the Terraform generic modules in a different(centralised) private repository, and you want to refer those private repository module in your terraform code then follow this article. In this article, we will see, how you can refer the Terra...

The Power of Git: Streamlining Software Development

So, this week in my Development Environments class, we dived into two important aspects of software development: current development strategies and version control systems. First, we talked about development strategies. In the world of software development, there are two main approaches: single-u...

Git SSH Setup for Mac M1/M2

In the world of software development, Git is the go-to version control system for managing source code. Securely connecting to your Git repositories is essential. One of the most secure methods to do this is by using SSH (Secure Shell) keys. In this guide, we will walk through the steps to set up Gi...