-bash: create: command not found when 'create' and 'add' on Git -
i followed instructions installing git , command line tools on mac, when try $ create , $ add files, -bash: create: command not found returns.
i typed $ echo ‘export path=/usr/local/git/bin:$path’ >> ~/.profile add path, still returns command not found.
what reasons this?
init , add both subcommands of git. means must like
$ git init or
$ git add
Comments
Post a Comment