Sionnach's Digital Garden


Git

Table of Contents

Commands/How Tos

Fix error: Your local changes to the following files would be overwritten by merge and error: Untracked working tree file 'images/icon.png' would be overwritten by merge Errors

  1. Git Pull: git pull or use Alias: gl

Create a Bare Repo (A Repo to be used Remotely)

git init --bare

Git Clone a Specific Branch in a Repo

git clone -b <branch> <remote_repo>


Tags

#FOSS #computing #computer-science #software-development #version-control #distributed-version-control