Skip to content

Instantly share code, notes, and snippets.

@cubeton
cubeton / gitstatus.md
Last active September 16, 2015 22:02
git status
mnelson:myproject mnelson$ git status
On branch master

Initial commit

Untracked files:
  (use "git add <file>..." to include in what will be committed)

	mnelson.txt
@cubeton
cubeton / addfile.md
Last active June 15, 2021 07:46
add file
mnelson:myproject mnelson$ touch mnelson.txt
mnelson:myproject mnelson$ ls
mnelson.txt
@cubeton
cubeton / gitinit.md
Last active September 16, 2015 22:02
git init
mnelson:myproject mnelson$ git init
Initialized empty Git repository in /Users/mnelson/Desktop/myproject/.git/
@cubeton
cubeton / terminalcd.md
Last active December 22, 2023 08:42
terminal cd
mnelson:Desktop mnelson$ cd ~/Desktop
mnelson:Desktop mnelson$ mkdir myproject
mnelson:Desktop mnelson$ cd myproject/