How to recover lost files added to Git but not committed March 3, 2023, 4:32 p.m.

If you lose something [in Git], don't panic. There's a good chance that you can find someone who will be able to hunt it down again.

git

Git from the Bottom Up March 3, 2023, 4:31 p.m.

Welcome to the world of Git. I hope this document will help to advance your understanding of this powerful content tracking system, and reveal a bit of the simplicity underlying it — however dizzying its array of options may seem from the outside.

git

Git from the inside out March 3, 2023, 4:31 p.m.

This essay explains how Git works. It assumes you understand Git well enough to use it to version control your projects.

git

Ultimate PowerShell Prompt Customization and Git Setup Guide Aug. 29, 2016, 8:35 p.m.

By the end of the article you will have a great looking prompt, a nice Git setup using ssh keys and even be able to squash commits on Windows.

git windows sysadmin powershell

Git Book April 18, 2014, 6:04 p.m.

The entire Pro Git book, written by Scott Chacon and published by Apress, is available here.

git documentation tutorial sysadmin programming