-
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
Updated rebase functionality to use "git pull --rebase" #87
base: master
Are you sure you want to change the base?
Conversation
👍 |
$ git clone [email protected]:milosm/git-up.git | ||
$ cd git-up && gem build git-up.gemspec | ||
$ sudo gem install git-up-0.5.12.1.gem | ||
(Version may vary) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is this part correct for the pull request?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Until it's not merged yes (needed clear instructions for people that wanted to install in before), after the pull request will be merged then no it will not be needed anymore.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'll update the pull request.
Won't this access the remote repository for each branch unlike the current behavior? |
Does this address #113 ? |
@bedge doesn't look like it will. Replace |
No description provided.