Created
May 14, 2020 11:38
-
-
Save dsebastien/ffe073769e627b2e9dcd4398543f5786 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
sebastien@developassion:~/wks/tmp/test$ echo "Hello world" > hello.txt | |
sebastien@developassion:~/wks/tmp/test$ cat hello.txt | |
Hello world | |
sebastien@developassion:~/wks/tmp/test$ git status | |
On branch master | |
No commits yet | |
Untracked files: | |
hello.txt | |
nothing added to commit but untracked files present |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment