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

Synchronizacja z najnowszą wersją #20

Open
beling opened this issue Feb 7, 2021 · 2 comments
Open

Synchronizacja z najnowszą wersją #20

beling opened this issue Feb 7, 2021 · 2 comments

Comments

@beling
Copy link
Owner

beling commented Feb 7, 2021

Udało mi się zsynchronizować repozytorium z wersją angielską, tak by można było wykonywać operację merge z jej masterem.

Instrukcja. Dodać repozytorium zdalne wersji anglojęzycznej:
remote add -f english https://github.com/rust-lang/book.git

I potem można mergować:
git merge english/master

Przy rozwiązywaniu konfliktów warto sobie otworzyć podgląd, co się zmieniło w wersji oryginalnej:
https://github.com/rust-lang/book/compare/<stara-rewizja>-<nowa-rewizja>
gdzie <stara-rewizja> i <nowa-rewizja> to skróty SHA w wersji skróconej (pierwsze 7 cyfr hex pełnego skrótu), np.
https://github.com/rust-lang/book/compare/d3740fb...2cd1b55

@beling
Copy link
Owner Author

beling commented Feb 7, 2021

Porównanie zmian w wersji ang. z synchronizacji wykonanej 7 II 2021:
rust-lang/book@6fb3705...master

@beling
Copy link
Owner Author

beling commented Jan 23, 2023

Wykonano synchronizacje do rewizji oryginału (najnowsza jest ostatnia z wymienionych):
2cd1b55, f2a78f6, d94e03a, 21a2ed1.

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

1 participant