Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

git integration with log code #53

Open
mrjeffs opened this issue Nov 18, 2015 · 1 comment
Open

git integration with log code #53

mrjeffs opened this issue Nov 18, 2015 · 1 comment
Assignees

Comments

@mrjeffs
Copy link

mrjeffs commented Nov 18, 2015

build function that compares code from log function with git version control by diff of current module and date of log.

@JasperVanDenBosch
Copy link
Owner

We can use GitPython for git integration.

Basically the goal is to be able to obtain the original code used and compare it to a local or newer version.

If a path to a script is given, use that, otherwise default to current directory.

What do we want to gather?

  • commit hash
  • committed_date
  • current branch?
  • remotes?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants