Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions README.MD
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
### git pull to update changes on your local project with online repository

### git merge to keep updated from other branch, locally.

### git fetch downloads objects and refs from another repository without modifying your local working files.. it's like previewing changes in online repository.

### git pull test

### test git fetch (developer way)