question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Git integration for versioning

See original GitHub issue

It 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:closed
  • Created 7 years ago
  • Comments:9 (6 by maintainers)

github_iconTop GitHub Comments

1reaction
danielperna84commented, Jul 13, 2018

is this because of possible conflicts triggering an interactive editor or some other non-automated conflict?

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.

1reaction
danielperna84commented, Feb 17, 2017
Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found