Skip to content

Instantly share code, notes, and snippets.

@zzamboni
Created March 12, 2018 16:10
Show Gist options
  • Save zzamboni/6a9340801a9318f2a71c95d584af3827 to your computer and use it in GitHub Desktop.
Save zzamboni/6a9340801a9318f2a71c95d584af3827 to your computer and use it in GitHub Desktop.
[~/Downloads]─> mkdir newrepo
[~/Downloads]─> cd newrepo/
[~/D/newrepo]─> git init
Initialized empty Git repository in /Users/taazadi1/Downloads/newrepo/.git/
[~/D/newrepo]─[⎇ master]─>
[~/D/newrepo]─[⎇ master]─> ls -l
total 0
[~/D/newrepo]─[⎇ master]─> git:status
▶ [&renamed=[] &branch-name=master &staged-deleted=[] &untracked=[] &rev-behind=0 &staged-modified=[] &ignored=[] &rev-ahead=0 &local-deleted=[] &is-git-repo=$true &copied=[] &unmerged=[] &branch-oid='(initial)' &staged-added=[] &local-modified=[]]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment