We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 12c8a8b commit ecc2d5eCopy full SHA for ecc2d5e
GIT/GIT_NOTES.txt
@@ -406,6 +406,15 @@ Create a new file on external repo
406
# git pull remotebranch localbranchname
407
# ls //All files will be there in local as same as remote
408
409
+Fetch only specific file from remote Master branch
410
+**********************************************
411
+
412
+# git fetch --all
413
414
+# git checkout origin/<branch_name> -- fileName
415
416
+# git checkout origin/master -- fileDave
417
418
Conflicts in external and local repo.
419
*****************************************
420
Create a file in remote repo file5.txt ==> add text
0 commit comments