Skip to content
This repository has been archived by the owner on Oct 13, 2023. It is now read-only.

Allow for training even with uncommitted changes #54

Open
coder46 opened this issue Feb 7, 2021 · 0 comments
Open

Allow for training even with uncommitted changes #54

coder46 opened this issue Feb 7, 2021 · 0 comments
Assignees
Labels
good first issue Good for newcomers Medium Tshirt size

Comments

@coder46
Copy link
Contributor

coder46 commented Feb 7, 2021

Currently you can only do training when you've committed and pushed all new changes in your branch. This introduces a blocker when a Data Scientist is trying out lots of different changes in their code.

Allow for training even with uncommitted changes. This can be done by taking a git diff of the current branch, storing it and then doing an git apply to the current branch during training

@coder46 coder46 created this issue from a note in Kanban board (To do) Feb 7, 2021
@coder46 coder46 self-assigned this Feb 7, 2021
@coder46 coder46 added good first issue Good for newcomers Medium Tshirt size labels Feb 7, 2021
@coder46 coder46 assigned sayonsivakumaran and unassigned coder46 Feb 7, 2021
@coder46 coder46 moved this from To do to Selected for development in Kanban board Feb 7, 2021
@coder46 coder46 assigned coder46 and unassigned sayonsivakumaran Feb 11, 2021
@coder46 coder46 moved this from Selected for development to In progress in Kanban board Feb 11, 2021
@coder46 coder46 moved this from In progress to Selected for development in Kanban board Feb 24, 2021
@coder46 coder46 moved this from Selected for development to In progress in Kanban board Mar 1, 2021
@coder46 coder46 moved this from In progress to Done in Kanban board Mar 5, 2021
@coder46 coder46 moved this from Done to Completed in Kanban board Mar 8, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
good first issue Good for newcomers Medium Tshirt size
Projects
Kanban board
Completed
Development

No branches or pull requests

2 participants