Last active
December 26, 2015 03:29
-
-
Save sranso/7086019 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
new-host-4:~ davidransohoff$ pwd | |
/Users/davidransohoff | |
new-host-4:~ davidransohoff$ mkdir ~/project | |
new-host-4:~ davidransohoff$ pwd | |
/Users/davidransohoff | |
new-host-4:~ davidransohoff$ cd ~/project | |
new-host-4:project davidransohoff$ pwd | |
/Users/davidransohoff/project | |
new-host-4:project davidransohoff$ mkdir git-demo | |
new-host-4:project davidransohoff$ pwd | |
/Users/davidransohoff/project | |
new-host-4:project davidransohoff$ ls | |
git-demo | |
new-host-4:project davidransohoff$ cd git-demo | |
new-host-4:git-demo davidransohoff$ pwd | |
/Users/davidransohoff/project/git-demo |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment