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

Improve documentation about running parallel push/sync with Git #94

Open
Ben8t opened this issue Sep 26, 2024 · 0 comments
Open

Improve documentation about running parallel push/sync with Git #94

Ben8t opened this issue Sep 26, 2024 · 0 comments
Assignees
Labels
documentation Improvements or additions to documentation enhancement New feature or request

Comments

@Ben8t
Copy link
Member

Ben8t commented Sep 26, 2024

Feature description

related to #81
Git cannot guarantee the order in which the pushes will be received by the remote repository. If two users push changes at the same time, Git might reject one the push or show the warning shared by Will in issue description above.
It's not recommended to run such pattern due to the potential for conflicts and data loss. Preferring Sequential workflows or pushing to separated branches.

👉 Add mention to this in the documentation of the corresponding tasks (git push, and sync ones)

@Ben8t Ben8t added enhancement New feature or request documentation Improvements or additions to documentation labels Sep 26, 2024
@Ben8t Ben8t added this to Issues Sep 26, 2024
@github-project-automation github-project-automation bot moved this to Backlog in Issues Sep 26, 2024
@Ben8t Ben8t self-assigned this Sep 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation enhancement New feature or request
Projects
Status: Backlog
Development

No branches or pull requests

1 participant