Files
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.mdGreenEnergysGitIndroduction
Installing Git on Windows
Git Bash Guide
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
Workflow
The Workflow: Check Branch,Change, Add, Commit, Push, Compare, Merge, Switch local to main, pull origin, switch to branch, restart
Useful Applications
Sublime Merge
Visual Studio
- Git Graph
- Git Lense
Github
CadLab