Created
January 18, 2019 17:36
-
-
Save robinbowes/ecd4c69fe4f7c972e84874bef8a386f9 to your computer and use it in GitHub Desktop.
This file contains 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
$ git status | |
On branch master | |
Your branch is up to date with 'origin/master'. | |
nothing to commit, working tree clean | |
17:31 $ git diff-files | |
17:32 $ git diff | |
17:32 $ git diff-files | |
17:32 $ touch seed/main.tf | |
17:32 $ git diff-files | |
:100644 100644 11f62ce0e0d3ad296917425255cceb9b43470220 0000000000000000000000000000000000000000 M seed/main.tf | |
17:32 $ git diff-files | |
:100644 100644 11f62ce0e0d3ad296917425255cceb9b43470220 0000000000000000000000000000000000000000 M seed/main.tf | |
17:32 $ git diff | |
17:32 $ git diff-files |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment