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
rdpanek:temp radimdanielpanek$ lpwd | |
-bash: lpwd: command not found | |
rdpanek:temp radimdanielpanek$ pwd | |
/Volumes/HTDOCS/temp | |
rdpanek:temp radimdanielpanek$ mkdir Eshop | |
rdpanek:temp radimdanielpanek$ cd Eshop | |
rdpanek:Eshop radimdanielpanek$ git init | |
Initialized empty Git repository in /Volumes/HTDOCS/temp/Eshop/.git/ | |
rdpanek:Eshop radimdanielpanek$ touch readme | |
rdpanek:Eshop radimdanielpanek$ git add --all |
NewerOlder