remove 'my-branch' text

This commit is contained in:
Karthik Durai 2019-10-30 08:55:54 +05:30
parent bb27513818
commit 1de048a5c1
1 changed files with 1 additions and 1 deletions

View File

@ -1615,7 +1615,7 @@ $ rm -rf .git/modules/submodulename
### Copy a folder or file from one branch to another
```sh
$ (my-branch)$ git checkout <branch-you-want-the-directory-from> -- <folder-name or file-name>
$ git checkout <branch-you-want-the-directory-from> -- <folder-name or file-name>
```
### Restore a deleted file