GIT

Hero Approved GitHub – 2

Git Releases New Security Updates to Block Remote Code Execution Attacks

Git has recently released new updates to address two critical security vulnerabilities that could allow hackers to launch remote code execution attacks. The company has also patched another Windows-specific flaw affecting the Git GUI tool. Security researchers from X41 and the GitLab Security Research Team first identified the security vulnerabilities as part of an audit...

LATEST

Cloud Computing

How to Git Branch Checkout a Remote Branch

Last Update: Jul 18, 2022

If you are new to Git, understanding how Git commands work is really important. And one of the most important tasks is using git checkout remote branch. The git checkout command allows you to collaborate with your peers or teammates in a way that allows everyone in the team to work on their specific branch…

View Article
DevOps code

How to Install Git on Ubuntu 20.04

In this guide, we’ll explain how to install Git on Ubuntu 20.04 step by step so that you can manage your repositories quickly and easily from the command line! You can then go on to learn the Git commands, which will allow you to automate common tasks, like the ability to create, check out, and merge…

View Article
DevOps code

How to Combine Branches with Git Merge

Last Update: Jul 11, 2022

If you’re using Git for source code management, you may need to merge different development branches for a project into a single branch. This article will guide you on how to combine two development branches with the Git merge command. We’ll be showing you how to create a Git project, create different branches, and merge…

View Article
DevOps code

How to Use Git Bash on Windows

Last Update: Jul 11, 2022

Git Bash is a terminal emulator shell and limited Linux-like environment for Windows that lets you run Git commands. Learn how to use the app in this detailed guide. What is Git Bash? Git Bash is a software tool for Windows. It runs Git commands using an emulation layer. Bash is a command-line shell for…

View Article
DevOps code

What is a DevOps Pipeline?

DevOps Pipelines help you to deliver new features in your apps fast! In this article, I will explain what DevOps pipelines are, phases in a pipeline, and the different components. I’ll also cover what you need to understand before building a DevOps pipeline of your own, along with the build process. DevOps has revolutionized the contemporary IT…

View Article

Team Foundation Version Control Verses Git in Visual Studio Team Services

Last Update: Mar 30, 2022

In this Ask the Admin, Russell Smith looks at centralized versus distributed version control in Visual Studio Team Services and how to choose for your Infrastructure-as-Code project.

View Article

Deploy From Your Code Management into Azure Web Apps

Aidan Finn explains why using FTP isn’t the best way to get your code into an Azure web app and how you can integrate your code management solution into Azure web apps for direct delivery without using FTP.

View Article

Install Folder Management Add-In for Visual Studio Team Services

Russell Smith shows you how to add support for folder management in Visual Studio Team Services.

View Article

Where Do I Add the Code for My Desired State Configuration (DSC) Module?

In part 9 of our series, discover where to add code to the template we’ve created to bring the DSC module to life!

View Article
Go to page