forked from jens-maus/carddav2fb
-
Notifications
You must be signed in to change notification settings - Fork 19
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
Image upload error handling #68
Merged
Merged
Conversation
This file contains 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
andig
requested changes
Dec 26, 2018
src/functions.php
Outdated
$i++; | ||
} | ||
else { | ||
unset ($vcard->rawPhoto); // no wrong link will set in phonebook |
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.
Bitte Space vor der Klammer entfernen
Feature branches sollten immer neu von master geforked werden |
Oh,
ich dachte das hätte ich - sorry. Ich denke beim nächsten dran
Volker Püschel
Am Wolfshagen 4
30974 Wennigsen
T +49-5045-911-484
M +49-177-7960362
F +49-5045-911-500 [email protected]
… Am 26.12.2018 um 23:55 schrieb andig ***@***.***>:
Feature branches sollten immer neu von master geforked werden
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub, or mute the thread.
|
Hallo Andreas,
noch mal für mich zum Verständnis:
Bisher habe ich das so gemacht:
1. ich bin lokal in TortoiseGit in meinen master branch gewechselt und
habe dann einen feature branch erzeugt
2. In den feature branch gewechselt und programmiert
3. commit und PUSH des feature branch auf mein remote (origin)
4. wechsel in GitHub (hab in TortoiseGit keinen Pendant-Funktion
gefunden) in den neuen feature branch und PULL REQUEST zu deinem
master branch
5. abwarten, code review, ...
6. nach deinem merge habe ich in TortoiseGit deinen master branch
(upstream) per PULL auf meinen master branch lokal gezogen
7. danach habe ich per PUSH meinen master lokal auf meinen master
remote (origin) gepusht
8. dann wieder wie bei 1.
Stimmt der Ablauf oder was mache ich falsch? Denn eigentlich ...
...müssten jetzt dein master, und meine master remote und lokal gleich
sein!?
Trotzdem steht in GitHub: "This branch is 6 commits ahead of
andig:master." und die Commits dazu irritieren mich auch weil
unterschiedlich. Irgendwas mach ich falsch oder habe es in der
Vergangenheit doch abweichend anders gemacht als oben beschrieben...
Volker
Am 26.12.2018 um 23:58 schrieb Volker Püschel:
… Oh,
ich dachte das hätte ich - sorry. Ich denke beim nächsten dran
Volker Püschel
Am Wolfshagen 4
30974 Wennigsen
T +49-5045-911-484
M +49-177-7960362
F +49-5045-911-500 ***@***.***
Am 26.12.2018 um 23:55 schrieb andig ***@***.***
***@***.***>>:
> Feature branches sollten immer neu von master geforked werden
>
> —
> You are receiving this because you authored the thread.
> Reply to this email directly, view it on GitHub
> <#68 (comment)>,
> or mute the thread
> <https://github.com/notifications/unsubscribe-auth/AeBdzntwYdFuL_aiBU6l8BuQmMTaYbmmks5u8_5sgaJpZM4Zh9_4>.
>
|
Der Ablauf klingt richtig. Aber- hier ist der Vergleich:
master...BlackSenator:master <master...BlackSenator:master>
und hier Deine Commits:
https://github.com/BlackSenator/carddav2fb/commits/master <https://github.com/BlackSenator/carddav2fb/commits/master>
Der Fehler liegt anscheinend in Schritt 6: Du machst einen Merge statt einfach ein Pull? Ich mach das auf der Kommandozeile:
git pull upstream master
Die Remote in dem Fall heisst einfach upstream (im Gegensatz zu origin). Wie Du den Merge da fabrizierst ist mir nicht klar, stört aber auch nicht außer dass es komisch aussieht. Und die Commits kommen dann natürlich in jedem PR wieder mit…
Wenn Dus ändern willst geht das zerstörerisch so:
git reset --hard <sha1-commit-id>
dann einfach wie oben nachdem Du upstream als meinen Fork hinzugefügt hast.
Viele Grüße,
Andreas
… On 27. Dec 2018, at 09:26, Black Senator ***@***.***> wrote:
Hallo Andreas,
noch mal für mich zum Verständnis:
Bisher habe ich das so gemacht:
1. ich bin lokal in TortoiseGit in meinen master branch gewechselt und
habe dann einen feature branch erzeugt
2. In den feature branch gewechselt und programmiert
3. commit und PUSH des feature branch auf mein remote (origin)
4. wechsel in GitHub (hab in TortoiseGit keinen Pendant-Funktion
gefunden) in den neuen feature branch und PULL REQUEST zu deinem
master branch
5. abwarten, code review, ...
6. nach deinem merge habe ich in TortoiseGit deinen master branch
(upstream) per PULL auf meinen master branch lokal gezogen
7. danach habe ich per PUSH meinen master lokal auf meinen master
remote (origin) gepusht
8. dann wieder wie bei 1.
Stimmt der Ablauf oder was mache ich falsch? Denn eigentlich ...
...müssten jetzt dein master, und meine master remote und lokal gleich
sein!?
Trotzdem steht in GitHub: "This branch is 6 commits ahead of
andig:master." und die Commits dazu irritieren mich auch weil
unterschiedlich. Irgendwas mach ich falsch oder habe es in der
Vergangenheit doch abweichend anders gemacht als oben beschrieben...
Volker
Am 26.12.2018 um 23:58 schrieb Volker Püschel:
> Oh,
>
> ich dachte das hätte ich - sorry. Ich denke beim nächsten dran
>
> Volker Püschel
> Am Wolfshagen 4
> 30974 Wennigsen
> T +49-5045-911-484
> M +49-177-7960362
> F +49-5045-911-500 ***@***.***
>
> Am 26.12.2018 um 23:55 schrieb andig ***@***.***
> ***@***.***>>:
>
>> Feature branches sollten immer neu von master geforked werden
>>
>> —
>> You are receiving this because you authored the thread.
>> Reply to this email directly, view it on GitHub
>> <#68 (comment)>,
>> or mute the thread
>> <https://github.com/notifications/unsubscribe-auth/AeBdzntwYdFuL_aiBU6l8BuQmMTaYbmmks5u8_5sgaJpZM4Zh9_4>.
>>
—
You are receiving this because you modified the open/close state.
Reply to this email directly, view it on GitHub <#68 (comment)>, or mute the thread <https://github.com/notifications/unsubscribe-auth/AALR7-6N51FjMuoVqkLH2_mXmmV06uOqks5u9IQzgaJpZM4Zh9_4>.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Improvements if something went wrong during image upload