Mulai 17 Juni 2024, Cloud Source Repositories tidak tersedia untuk pelanggan baru. Jika organisasi Anda belum pernah menggunakan Cloud Source Repositories, Anda tidak dapat mengaktifkan API atau menggunakan Cloud Source Repositories. Project baru yang tidak terhubung ke organisasi tidak dapat mengaktifkan Cloud Source Repositories API. Organisasi yang telah menggunakan Repositori Sumber Cloud sebelum 17 Juni 2024 tidak akan terpengaruh oleh perubahan ini.
Tetap teratur dengan koleksi
Simpan dan kategorikan konten berdasarkan preferensi Anda.
Saat codebase berubah, Anda mungkin merasa perlu melihat commit tertentu untuk
lebih memahami perubahan kode yang terjadi dan alasan perubahan tersebut dilakukan. Untuk
melakukannya di Cloud Source Repositories, gunakan tampilan Detail Commit.
Tampilan ini menampilkan informasi mendetail tentang commit tertentu ke repositori,
seperti:
Orang yang melakukan commit.
Waktu commit dibuat.
File yang diubah.
Perubahan spesifik yang dilakukan.
Komponen tampilan Detail Commit
Kiri atas tampilan Detail Commit menampilkan hash commit dan hash induk. Di sebelah kanan, Anda dapat memilih untuk menjelajahi repositori atau menyalin hash lengkap commit.
Anda dapat menggunakan informasi ini untuk melakukan tugas seperti menyalin hash lengkap commit atau menjelajahi commit induk.
Tepat di bawah bagian ini, Anda dapat menemukan detail seperti:
Deskripsi pesan commit.
Penulis commit.
Akun yang mengirimkan commit (jika berbeda dengan penulis).
Tanggal commit ke repositori.
Untuk mempelajari file yang terpengaruh dan apa yang diubah, lihat
bagian File yang Diubah.
Di bagian ini, Anda dapat melihat jumlah file yang berubah dalam commit,
beserta daftar file tersebut. Sisi kanan bagian ini menampilkan
representasi grafis perubahan yang dilakukan pada file:
Warna merah mewakili penghapusan.
Biru mewakili modifikasi.
Hijau mewakili penambahan.
Batang kecil memberikan representasi visual distribusi perubahan
ini dalam file. Di samping panel ini adalah jumlah baris tertentu
yang dihapus, diubah, atau ditambahkan.
[[["Mudah dipahami","easyToUnderstand","thumb-up"],["Memecahkan masalah saya","solvedMyProblem","thumb-up"],["Lainnya","otherUp","thumb-up"]],[["Sulit dipahami","hardToUnderstand","thumb-down"],["Informasi atau kode contoh salah","incorrectInformationOrSampleCode","thumb-down"],["Informasi/contoh yang saya butuhkan tidak ada","missingTheInformationSamplesINeed","thumb-down"],["Masalah terjemahan","translationIssue","thumb-down"],["Lainnya","otherDown","thumb-down"]],["Terakhir diperbarui pada 2025-09-04 UTC."],[],[],null,["# The Commit Details view\n\nAs your codebase changes, you may find it useful to view specific commits to\nbetter understand what code changes occurred and why those changes were made. To\ndo this in Cloud Source Repositories, use the Commit Details view.\n\nThis view displays detailed information about a specific commit to a repository,\nsuch as:\n\n- Who made the commit.\n- What time the commit was made.\n- What files were changed.\n- What specific changes were made.\n\nComponents of the Commit Details view\n-------------------------------------\n\nThe top left of the Commit Details view displays the hash of the\ncommit and the parent hash. On the right, you can choose to browse\nthe repository or copy the full hash of the commit.\n\nYou can use this information to perform tasks such as copying the full hash of a\ncommit or browsing to the parent commit.\n\nDirectly below this section you can find details such as:\n\n- The commit message description.\n- The author of the commit.\n- The account that submitted the commit (if different from the author).\n- The date of a commit to the repository.\n\nTo learn which files were affected and what was changed, see the\nFiles Changed section.\n\nIn this section you can see the number of files that changed in the commit,\nalong with a list of those files. The right side of this section displays a\ngraphical representation of the changes made to the files:\n\n- Red represents deletions.\n- Blue represents modifications.\n- Green represents additions.\n\nA small bar provides a visual representation of the distribution of these\nchanges within a file. Next to this bar are the specific number of lines\ndeleted, modified, or added."]]