Skip to content

Instantly share code, notes, and snippets.

View dietza's full-sized avatar
🌱
Constantly learning!

Allison Dietz dietza

🌱
Constantly learning!
  • AppOmni
View GitHub Profile

README Spike

1. What is a README?

(high level overview)

A helpful reference document attached to your project that offers:

- overview of the project 
- explanation of file structure
  • instructions for cloning/forking and running the project locally
@dietza
dietza / career_journal.md
Last active March 1, 2021 18:15
Career Journal
@itsmattsoria
itsmattsoria / gistfil1.textile
Last active July 3, 2024 05:36
Mac Terminal Cheat Sheet

SHORTCUTS

Key/Command Description
Tab Auto-complete files and folder names
Ctrl + A Go to the beginning of the line you are currently typing on
Ctrl + E Go to the end of the line you are currently typing on
Ctrl + U Clear the line before the cursor
Ctrl + K Clear the line after the cursor
Ctrl + W Delete the word before the cursor
Ctrl + T Swap the last two characters before the cursor