-
Notifications
You must be signed in to change notification settings - Fork 148
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
Please explain how git solves the current problem? #118
Comments
Basically, since Git 2.0, I've clarified the paragraph a bit. |
Thank you. I believe it would also be valuable to explain how pull changed from merge to rebase ? |
I don't believe it did. |
ok, well in that case your software right still be useful. in my use case |
Here's a one-liner that'll get you a
I've added it to the README. |
@aanand is there an option to use the git alias above to update all local branches with the remote? This is, for me, the most useful feature in git-up, so, since the gem isn't going to be maintained anymore, I'm searching for a workaround... Thanks in advance for the great job done so far! |
@mauricioklein I don't have a good solution for that, I'm afraid. The only reason I considered it necessary in the first place was because of the default |
I understand. |
The alias works for me only on master. If I'm on some other branch it starts to rebase from some other branch, e.g.: I'm on branch that is 1 day or 10 commits ahead of master. In my case it started rebasing on a stale branch called The alias does not really to what it's supposed to 😕 |
@despairblue Does this work?
|
@aanand that does work! Thanks 🙇 |
Thanks @aanand for the great project when it was needed, and the alias updates now. |
PSA: as of Git 2.9, you can just do this:
|
I'm doing EDIT: Ah I just realized if I did "up" twice in a row, it would show me the same log twice instead of just once (the first time) |
but actually the git alias doesn't resolve the same problem, right? |
it does not @Kikobeats . It only updates your current branch. You can try the python port which is still maintained. |
Please update README with a section explaining how recent git versions solved this problem
The text was updated successfully, but these errors were encountered: