Skip to content
Baby Programmer
  • Home
  • Tooling
  • Version Control
  • Git

Git

Basic Knowledge

  • Tell Git who you are, used when committing:
    • git config --global user.name "John Doe"
    • git config --global user.email "[email protected]"
  • Generate an SSH key for use with Git:
    • ssh-keygen -C "[email protected]"

Articles

  • Thanoshan MV. The Beginner’s Guide to Git & GitHub. freecodecamp, 11/2019.
    • Good beginner’s article.
  • Sanjula Madurapperuma. The Essential Git Handbook. freecodecamp, 4/2019.
  • Srebalaji Thirumalai. Automate Repetitive Tasks with Custom Git Commands. gitbetter, 5/2020.
  • Shane Hudson. How to Make Life Easier When Using Git. smashingmagazine, 3/2020.
  • Andy Favell. The History of Git: The Road to Domination in Software Version Control. welcometothejungle, 2/2020.
  • Scott Hanselman. Git Is Case-Sensitive and Your Filesystem May Not Be – Weird Folder Merging on Windows. 6/2019.

Recent Posts

  • A Late Christmas Wish: Containers for my (Windows) Desktop Workspaces
  • Email DKIM Setup Failure with Amazon Simple Email Service and CloudFlare
  • Civil War Strategy Game (Part 2): The Main Routine Continued
  • Civil War Strategy Game (Part 1): The Main Routine
  • Civil War Strategy Game (Part 0): An Introduction

Recent Comments

    Archives

    • January 2021
    • November 2020
    • October 2020
    • June 2020
    • April 2020
    • March 2020
    • December 2018
    • November 2018
    • February 2018
    • December 2016
    • November 2016

    Categories

    • .NET
    • ASP.NET
    • BASIC
    • C#
    • CSS
    • DNS
    • Docker
    • FreeBASIC
    • General
    • History
    • Ideas
    • Internet
    • JavaScript
    • Mainframe
    • QuickBasic
    • Tools
    • WSL

    Meta

    • Log in
    • Entries feed
    • Comments feed
    • WordPress.org
    Copyright © 2021 Baby Programmer | Powered by Astra WordPress Theme