전문 번역가, 번역 회사, 웹 페이지 및 자유롭게 사용할 수 있는 번역 저장소 등을 활용합니다.
werken aan een submodule
working on a submodule
마지막 업데이트: 2018-02-13
사용 빈도: 1
품질:
dan kan je de submodule toevoegen:
then you can add the submodule:
마지막 업데이트: 2018-02-13
사용 빈도: 1
품질:
git-submodule(1) git-config(1)
git-submodule(1) git-config(1)
마지막 업데이트: 2018-02-13
사용 빈도: 1
품질:
scrvaluta, hetgeen staat voor de submodule valutarisico.
scr currency denotes the currency risk sub-module.
마지막 업데이트: 2017-04-06
사용 빈도: 1
품질:
hier ga je een project met een submodule erin clonen.
here you’ll clone a project with a submodule in it.
마지막 업데이트: 2018-02-13
사용 빈도: 1
품질:
hier zullen we een project met een submodule erin gaan clonen.
here we’ll clone a project with a submodule in it.
마지막 업데이트: 2018-02-13
사용 빈도: 1
품질:
je moet dan bekijken wie als laatste de submodule veranderd heeft:
you have to see who last changed the submodule:
마지막 업데이트: 2018-02-13
사용 빈도: 1
품질:
als je de tweede keer de submodule update doet, zal het nog steeds je werk terugdraaien maar je heb tenminste een pointer om naar terug te keren.
when you do the submodule update a second time, it will still revert your work, but at least you have a pointer to get back to.
als je bestanden in je project trackt, en je wilt ze naar een submodule verplaatsen, dan moet je voorzichtig zijn of zal git boos op je worden.
if you’ve been tracking files in your project and you want to move them out into a submodule, you must be careful or git will get angry at you.
de eenvoudige optie is om naar elke submodule te gaan en handmatig naar de remotes te pushen om er zeker van te zijn dat ze extern beschikbaar zijn en dan deze push nogmaals te proberen.
the simple option is to go into each submodule and manually push to the remotes to make sure they’re externally available and then try this push again.
als er een merge commit bestaat in de directory van de submodule die beide commits in z’n historie bevat, zal git je deze voorstellen als mogelijke oplossing.
if a merge commit exists in the submodule directory that contains both commits in its history, git will suggest it to you as a possible solution.