diff --git a/README.MD b/README.MD new file mode 100644 index 00000000..7718a236 --- /dev/null +++ b/README.MD @@ -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)