GitHub "fork model" ile kullanılınca IntellJ nedense Pull Request'leri göstermiyordu. Ben de GitHub CLI kurdum. Bir Pull Request'i checkout etmek için master branch'in olduğu dizine gideriz ve şöyle yaparız
gh pr checkout 22440
-R seçeneği
Bir seferinden nasıl olduğunu anlamadım ama gh pr checkout ... komutunu çalıştırınca bana hangi repository'i kullanmak istediğimiz sordu
? Which should be the base repository (used for e.g. querying issues) for this directory? orcunc/hazelcast-code-samples hazelcast/hazelcast-code-samples
Ben de yanlışlıkla kendi repomu gösterdim ama daha sonra şu hatayı verdi
GraphQL: Could not resolve to a PullRequest with the number of 576. (repository.pullRequest
Ben de diğer repoyu göstermek için -R seçeneğini kullandım. Şöyle yaptım
gh pr checkout 576 -R hazelcast/hazelcast-code-samples
Jenkins
Jenkins makinamızda kendi Pull Request'imi test amaçlı koşmak istersem şöyle yaparım
1. Bir projeyi kopyalarım.
2. Configure/Kaynak Kodu Yönetimi altında
Repository URL : git@github.com:orcunc/hazelcast-enterprise.git
Branch Specifier : fix/5.4/hz-2488_wan_compact_schema
olur ve yapılandırma tetiklenir
Hiç yorum yok:
Yorum Gönder