Kevin Goslar
Kevin Goslar
Application version is just a simple number in `application.yml`. But I agree it isn't high priority, since deployments are always made from Git branches, and then we can just deploy...
We can start with relational databases on RDS first, like Aurora and Postgres. [RDS](https://aws.amazon.com/rds) doesn't seem to support MongoDB, so Mongo is lower priority.
We can also change SpaceTweet to use something else than Mongo. Postgres would work as well.
Thanks for the feedback. Reopening this ticket for adding this feature to the CLI app.
related: #1680
This now works! `git sync --no-push` does not push local branches.
@defunctzombie thanks for sharing your perspective! Can you please describe the specific reason why you don't want to share Git tags that exist on your local machine with the other...
Thanks for the extra info! I still don't understand why you want Git Town to not sync tags. > Tags are some other aspect of git and not the thing...
Thanks for sharing your perspective on tags. I see your point. I now agree that a feature that makes tag syncing optional makes sense.
Benefits: 1. When running `git sync --all` or `git sync --stack` it might save a few network roundtrips. It doesn't cut down on time to upload data, just network roundtrips...