work directly in git repository. You are adding unnecessary steps, and risking getting in a mess in the process.
Sep 17, 2019
6
Level 75
Bitbucket and compare two local folders with Git
I use Bitbucket, and currently do the following:
- Have a development folder under wamp, no git involved
- Have a git folder where changes are copied to
- I use Winmerge to do that, works great (it compares changes locally)
- push the git folder to bitbucket
All works good. But instead of Winmerge is there a way to:
- Have git do this on local, compare and update the git folder with development folder prior to push?
Or do most of you just have your local development as a local git repository (master)?
Level 122
1 like
Please or to participate in this conversation.