Open
Conversation
baguzzzaji
requested changes
Feb 18, 2018
| 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. |
Collaborator
There was a problem hiding this comment.
| 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: |
Collaborator
There was a problem hiding this comment.
Clone kayanya tetap clone aja deh.
Contributor
Author
|
Edited. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

Partial. (edited) from pull #35