1

Im using Ubuntu 12.04 and KomodoEdit for developing NodeJS application.

Also, Im using bitbucket.org for git repository of the application. The repository will have different branches

Is it a good idea to use the local git repository as the workplace for KomoEdit while developing on the application? What is the best way to work on the source code between the workspace and local git repository?

Thanks

JR Galia
  • 17,229
  • 19
  • 92
  • 144

1 Answers1

0

Is it a good idea to use the local git repository as the workplace for KomoEdit while developing on the application?

Yes, as long as you don't mix that working tree with deployment.
This question is about deploying a node.js app (through a GitHub webhook, but you can adapt it easily for bitbucket.

Community
  • 1
  • 1
VonC
  • 1,262,500
  • 529
  • 4,410
  • 5,250