Skip to content

Instantly share code, notes, and snippets.

View carloscodingroadtrip's full-sized avatar
🏠
Working from home

Carlos Coding Roadtrip carloscodingroadtrip

🏠
Working from home
View GitHub Profile

Setting up SSH Keys for Gitlab

( Mac & Windows Instructions )

Step 1 - Generate SSH Keys

Generate SSH Key by running the following command:

Mac Users Windows Users
Open your terminal open the Git Bash terminal
@carloscodingroadtrip
carloscodingroadtrip / terminal-git-cheat-sheet.md
Last active October 27, 2020 05:56
Terminal and Git Cheat Sheet

Navigating the Terminal

Basics

Description Command
Current Directory . (single period)
Parent Directory .. (double period)
Home Directory ~ (tilde )
Make a new directory mkdir <directoryname>
Delete a directory (only works on empty folders) rmdir