Files

copied

There are no circuits or boards in this repository.

Last update 1 year 1 week by linux_typ
Files
README.md
git-cheat-sheet-education.pdf
README.md

GreenEnergysGitIndroduction

Installing Git on Windows

Git Bash <![CDATA[]]>Guide<![CDATA[]]>

On Windows with winget

winget install git

On Linux

sudo apt install git

Credential Manager

It is not necessar but practical. It aims to provide a consistent and secure authentication experience, including multi-factor auth, to every major source control hosting service and platform.

Windows

Credental Manager is included in Git Bash

Linux

<![CDATA[]]>Link to Github Projece<![CDATA[]]>

Workflow

The Workflow: Check Branch,Change, Add, Commit, Push, Compare, Merge, Switch local to main, pull origin, switch to branch, restart

Useful Applications

  1. Sublime Merge

  2. Visual Studio

  • Git Graph
  • Git Lense
  1. Github

  2. CadLab

Report a bug