Skip to content

Instantly share code, notes, and snippets.

@mistertwo
Created April 2, 2014 21:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mistertwo/9943128 to your computer and use it in GitHub Desktop.
Save mistertwo/9943128 to your computer and use it in GitHub Desktop.
$ touch test_file
$ git add test_file
$ git commit -m "adding blank commit"
[master (root-commit) ea3f605] adding blank commit
1 file changed, 0 insertions(+), 0 deletions(-)
create mode 100644 test_file
$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment