Skip to content

Instantly share code, notes, and snippets.

@ChrisTollefson
ChrisTollefson / KhanAcademyCourses.md
Last active December 26, 2023 03:05
Khan Academy Courses
@ChrisTollefson
ChrisTollefson / DuolingoByLanguageFamily.md
Last active May 4, 2020 19:36
Duolingo by Language Family
@ChrisTollefson
ChrisTollefson / bash_startup_files.md
Last active February 15, 2024 17:40
Bash Startup Files

Bash Startup Files

@ChrisTollefson
ChrisTollefson / centos-linux-in-virtualbox.md
Last active March 8, 2020 05:39
CentOS Linux in VirtualBox
@ChrisTollefson
ChrisTollefson / Boot Camp Assistant - USB Install Disk.md
Last active April 6, 2024 16:06
Boot Camp Assistant - Enabling creation of bootable USB disks for installing Windows
@ChrisTollefson
ChrisTollefson / .gitattributes
Created September 19, 2018 22:21
Basic .gitattributes.
# Set the default behavior, in case people don't have core.autocrlf set.
* text=auto
@ChrisTollefson
ChrisTollefson / git-install-config.md
Last active February 21, 2024 16:12
Git Installation and Configuration

Git Installation and Configuration

Installation

macOS High Sierra

Version:

→ About This Mac → Overview → macOS High Sierra
Version 10.13.6

@ChrisTollefson
ChrisTollefson / git-usage.md
Last active June 8, 2020 21:07
Git summary and recommended reading.

Git Usage

Summary of common Git commands and syntax, documentation, and recommended reading to gain a general understanding of Git usage.

0. Common commands and syntax:

INITialize a new empty local repository [in the <target-directory>], and add the REMOTE tracked repository:

  • git init [<target-directory>]
  • git remote add <remote-name> <remote-repository>
@ChrisTollefson
ChrisTollefson / .gitignore
Last active June 21, 2023 15:29
.gitignore
# Documentation:
# https://git-scm.com/docs/gitignore
# Common patterns:
# Hash = everything that follows is a comment.
# Leading slash = matches the directory containing the .gitignore file.
# No leading slash = matches anywhere in the repository, from the directory containing the .gitignore file and deeper.
# Trailing slash = matches a directory itself, but not a file.
# No trailing slash = matches a directory or a file.
# * = matches 0 or more characters (except /).
@ChrisTollefson
ChrisTollefson / github-workflow.md
Last active January 31, 2018 07:45
GitHub Workflow

GitHub Workflow

1. Open a command/terminal window

A command/terminal window will be used to execute the Git commands below.

macOS

Launch the Terminal application: