How to Add GitHub HTTPS Credentials and Clone a Repository: A Beginner’s Guide

Learn how to set up GitHub HTTPS credentials using Personal Access Tokens (PAT) and clone a repository to your local machine for secure and smooth development workflows.

Push Code to GitHub using Git Bash – Step by Step Guide

Learn how to easily push your code to GitHub using Git Bash. Step-by-step guide to initialize, add, commit and push code to remote repository.

Deploy a Static HTML CSS Web Application using Microsoft Azure Cloud Shell

Getting started to deploy a simple static HTML CSS web application to Azure Web App service using Microsoft Azure Cloud Shell. We will use GitHub repo for code.

Introduction to Unix and Its Basic Commands

Unix is a multitasking, multiuser, open-source computer operating system. Unix is most widely used in all forms of computing systems such as desktop, laptop, and servers.

Up ↑