Skip to content

Instantly share code, notes, and snippets.

@jacobat
Created June 3, 2009 08:36
Show Gist options
  • Save jacobat/122886 to your computer and use it in GitHub Desktop.
Save jacobat/122886 to your computer and use it in GitHub Desktop.
% git init
Initialized empty Git repository in /Users/jacob/code/reposA/.git/
% touch fileA1
% touch fileA2
% mkdir dirA1
% touch dirA1/fileA3
% git add .
% git ci -m "Added files"
[master (root-commit) eb5e5c0] Added files
0 files changed, 0 insertions(+), 0 deletions(-)
create mode 100644 dirA1/fileA3
create mode 100644 fileA1
create mode 100644 fileA2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment