Oh good grief you meant git commit as opposed to the alias ci - sorry

This commit is contained in:
David J Peacock 2014-07-29 14:37:22 -04:00
parent 56974ca225
commit 706d0cc372
1 changed files with 1 additions and 1 deletions

View File

@ -286,7 +286,7 @@ Now we need to create a commit; this is not optional because things break otherw
$ touch .gitignore
~/dev/parent (master #)
$ git ci -am "commit"
$ git commit -am "commit"
[master (root-commit) fc6f5ad] commit
0 files changed, 0 insertions(+), 0 deletions(-)
create mode 100644 .gitignore