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

[Feature Request] Option to automatically pull before commit/push #1882

Closed
hmrc87 opened this issue Apr 26, 2023 · 1 comment
Closed

[Feature Request] Option to automatically pull before commit/push #1882

hmrc87 opened this issue Apr 26, 2023 · 1 comment

Comments

@hmrc87
Copy link

hmrc87 commented Apr 26, 2023

Currently, when working on a Git project with multiple contributors, it's a common practice to pull the latest changes before committing or pushing. This ensures that the local copy of the repository is up-to-date with the latest changes from the remote repository, and helps prevent merge conflicts.

Sometimes when creating a new commit and pushing we tend to forget to pull.

Therefore, it would be helpful if fork Git Client could provide an option to automatically pull the latest changes and rebase the local changes on top of them, when commiting/pushing rather than creating a merge commit. This would help keep the Git history clean and easy to read, and prevent issues when merging or rebasing branches later on.

@DanPristupov
Copy link
Contributor

it would be helpful if fork Git Client could provide an option to automatically pull the latest changes and rebase the local changes on top of them

No, pulling automatically before push is not right.

This would help keep the Git history clean and easy to read, and prevent issues when merging or rebasing branches later on.

Use sync: #1432

@DanPristupov DanPristupov closed this as not planned Won't fix, can't repro, duplicate, stale Oct 7, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants