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

specify repositories with changes during backup #4

Open
argoyal opened this issue Sep 16, 2021 · 0 comments
Open

specify repositories with changes during backup #4

argoyal opened this issue Sep 16, 2021 · 0 comments
Labels
enhancement New feature or request

Comments

@argoyal
Copy link
Owner

argoyal commented Sep 16, 2021

while backing up we need to specify whether some git repositories have tracked/untracked changes. the tool will have to loop through all the repositories with changes. all the changes have to be manually committed in respective git repositories but this application should integrate with GIT cli to provide simple options:

Please note all of this need to be provided with nice CLI tabular prints and colourful messaging.

  1. Push all changes to a new branch: When user selects this option, ask user to input a branch name and run necessary git commands to do the backup.
  2. Push all changes to current branch: Pushes all the changes to the current git branch.
  3. Discard changes and continue: It will disregard any changes and continue.

In all the cases we are not considering the untracked files.

In future we may try to add support for untracked files as well, by improving the simple options.

@argoyal argoyal added the enhancement New feature or request label Sep 16, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant