Skip to content

Instantly share code, notes, and snippets.

@dsebastien
Created May 14, 2020 11:38
Show Gist options
  • Save dsebastien/ffe073769e627b2e9dcd4398543f5786 to your computer and use it in GitHub Desktop.
Save dsebastien/ffe073769e627b2e9dcd4398543f5786 to your computer and use it in GitHub Desktop.
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