Skip to content

Instantly share code, notes, and snippets.

View halakhellow's full-sized avatar

Hala Alkhellow halakhellow

  • TalentLift
  • Turkey
View GitHub Profile
@halakhellow
halakhellow / gitAndBashSheetCheat.md
Created April 3, 2022 19:37 — forked from halitbatur/gitAndBashSheetCheat.md
Git and Bash commands starter pack

Bash Commands

Making a directory

mkdir <directory-name>

Example

mkdir hello-world