Sorry. I'm still confused after reading the git docs. I first did:
$[home/myname]git clone git@bitbucket.org/.../nlp.git
It created 'nlp' directory under home/myname. Then I wrote lots of code under
$[/home/myname/nlp/.../myapp/]
Now I need to pull the latest nlp. Do I do it under my home directory as
$[home/myname]git pull git@bitbucket.org/.../nlp.git
Will it affect the codes I wrote in 'myapp'? Thanks for any help!