Skip to content

Commit f85fd9f

Browse files
Merge pull request enkidevs#2969 from enkidevs/Stefan-Stojanovic-update-sharing-data-by-bundling-git-insight
Update sharing-data-by-bundling.md
2 parents 1a74840 + c7f414e commit f85fd9f

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

Diff for: CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,11 @@ Types of change:
4848

4949
### Fixed
5050

51+
## December 29th 2021
52+
53+
### Fixed
54+
- [Git - Sharing Data By Bundling - Remove git keyword from cd command and make the PQ a single line command](https://github.com/enkidevs/curriculum/pull/2969)
55+
5156
## December 27th 2021
5257

5358
### Fixed

Diff for: git/essentials/git-features-iv/sharing-data-by-bundling.md

+2-3
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ To access the commits on another computer:
3939

4040
```bash
4141
git clone myBundle bundled_repo
42-
git cd bundled_repo
42+
cd bundled_repo
4343
```
4444

4545
To be safe, you can verify that the commit is valid before cloning:
@@ -56,8 +56,7 @@ git bundle verify ../myBundle
5656
How would you bundle the whole `newFeature` branch?
5757

5858
```bash
59-
git bundle ???
60-
FeatureBranch ??? ???
59+
git bundle ??? FeatureBranch ??? ???
6160
```
6261

6362
- `create`

0 commit comments

Comments
 (0)