Git integration for versioning
See original GitHub issueIt might prove useful to integrate Git-functionality. Some random thoughts:
-
git init
in current folder - Some sort of
git add
mechanism -
git commit
-
git checkout [-b] "feature"
- List available branches
-
git push
-
git stash
- Show diffs
Issue Analytics
- State:
- Created 7 years ago
- Comments:9 (6 by maintainers)
Top Results From Across the Web
1.1 Getting Started - About Version Control - Git SCM
Version control is a system that records changes to a file or set of files over time so that you can recall specific...
Read more >qoomon/gradle-git-versioning-plugin - GitHub
GitHub - qoomon/gradle-git-versioning-plugin: This extension will set project version, based on current Git branch or tag. This extension will set project ...
Read more >Intro to Github for version control - Coding Club
In the GitHub website, click on your profile picture in the top-right corner and go to Settings. · In the left sidebar, go...
Read more >Code versioning using AWS Glue Studio and GitHub
AWS Glue now offers integration with Git, an open-source version control system widely used across the developer community.
Read more >What is Git version control? - GitLab
Git is a distributed version control system that enables software development teams to have multiple local copies of the project's codebase independent of...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Yes. The way the configurator is designed is not capable of handeling interactive output. Everything must be “fire and forget”. And without a way of ensuring a pull will be successful I don’t want to implemented. If I did, people would start complaining that pulling doesn’t work, even though it could work if the repo was clean. Another thing that’s just my personal opinion: the configurator is the tool you use for configuration. Git is for versioning and backup. You shouldn’t modify the configuration remotely and then pull it in. If someone really has a great idea while on the go, the draft should just be saved some other way and manually applied when back home by using the configurator. But that’s just my opinion.
git add
andgit commit
added with https://github.com/danielperna84/hass-poc-configurator/releases/tag/0.1.3.