-
-
Save zzamboni/6a9340801a9318f2a71c95d584af3827 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[~/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