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

Update recording-changes.asc #36

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Conversation

anaufalm
Copy link
Contributor

@anaufalm anaufalm commented Feb 16, 2018

Partial. (edited) from pull #35

As you edit files, Git sees them as modified, because you've changed them since your last commit.
You stage these modified files and then commit all your staged changes, and the cycle repeats.
Saat Anda mengubah file, Git melihat mereka sebagai modified, karena Anda telah mengubahnya sejak commit terakhir Anda.
Anda menampilkan file modified ini dan kemudian meng-commit semua perubahan tampilan Anda, dan siklusnya berulang.
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

stage di sini bukan menampilkan. stage maksudnya membuat file yang statusnya modified untuk ditambahkan di perintah git commit selanjutnya. Atau dalam kata lain perintah git add itu mengubah akan men-staged-kan file-file yang modified. Coba lihat diagram di bawah:

The main tool you use to determine which files are in which state is the `git status` command.(((git commands, status)))
If you run this command directly after a clone, you should see something like this:
Alat utama yang Anda gunakan untuk menentukan file mana yang menjadi bagiannya adalah dengan command `git status`.(((git commands, status)))
Jika Anda menjalankan command ini langsung setelah menduplikat, Anda harus melihat sesuatu yang seperti ini:
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Clone kayanya tetap clone aja deh.

@anaufalm
Copy link
Contributor Author

Edited.

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

Successfully merging this pull request may close these issues.

2 participants