{{ message }}
This repository was archived by the owner on Feb 26, 2023. It is now read-only.
Use canonical names#453
Merged
mathieuboniface merged 1 commit intoJan 14, 2013
Merged
Conversation
Contributor
Contributor
Author
|
@mathieuboniface can you give an advice, how to do it? Overall changes concern only PR. While merging this PR can we make it as one commit? |
Contributor
# Add the excilys repo to your remotes
git remote add excilys https://github.com/excilys/androidannotations.git
git fetch excilys
# Checkout the last revision on excilys/develop as a new branch
git checkout -b use_canonical_names2 excilys/develop
# Pick the change in the new branch
git cherry-pick b1cd2e814b7b455e35c926a0ab1c5dc7583fe46c
# Push to your repo in order to make new PR
git push origin use_canonical_names2I'm not sure it is the best way to do, but it should work :) |
Contributor
Author
|
Thank you @mathieuboniface! As I understood, this script transfers one commit to another clean branch. But there may be a problem, that my develop branch has all these garbage merge commits, and I branched from it for 434. So, is there any way to combine|squash commits in my develop? Can it be cleaned some way? |
Contributor
Author
|
Challenge finished via! Now, trying to fix my develop :) |
Contributor
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

This is a small pull request to eliminate hardcoded type names. Probably, some other names should be replaced or added.