Skip to content

Instantly share code, notes, and snippets.

@leonardaustin
Created August 16, 2016 13:18
Show Gist options
  • Save leonardaustin/7e3b34052a1433f6bd0db095e2a3d43c to your computer and use it in GitHub Desktop.
Save leonardaustin/7e3b34052a1433f6bd0db095e2a3d43c to your computer and use it in GitHub Desktop.
/tmp/core $ cd ../fake-repo
/tmp/fake-repo $ echo bonjour > monde
/tmp/fake-repo $ git add -A .
/tmp/fake-repo $ git commit -m 'fake-repo commit #2 (add file monde)'
[master bddded4] fake-repo commit #2 (add file monde)
1 file changed, 1 insertion(+)
create mode 100644 monde
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment