|
|
|
@ -99,7 +99,8 @@ Git Commands |
|
|
|
| `git log --oneline` | View changes (briefly) | |
|
|
|
| `git log --oneline` | View changes (briefly) | |
|
|
|
| `git diff [source branch] [target branch]` | Preview changes before merging | |
|
|
|
| `git diff [source branch] [target branch]` | Preview changes before merging | |
|
|
|
|
|
|
|
|
|
|
|
### Refrensi |
|
|
|
## Refrensi |
|
|
|
|
|
|
|
============ |
|
|
|
- [stackoverflow.com](https://stackoverflow.com/questions/4639091/undo-git-add-dir): Undo “git add dir”?. |
|
|
|
- [stackoverflow.com](https://stackoverflow.com/questions/4639091/undo-git-add-dir): Undo “git add dir”?. |
|
|
|
- [github.com](https://github.com/joshnh/Git-Commands): Git-Commands. |
|
|
|
- [github.com](https://github.com/joshnh/Git-Commands): Git-Commands. |
|
|
|
|
|
|
|
|
|
|
|
|