-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

Popular posts from this blog

minify - Minimizing css files -

neo4j - finding mutual friends in a cypher statement starting with three or more persons -

php - How to remove letter in front of the word laravel -