Skip to content

Commit c23c51d

Browse files
author
Jordan McCullough
committed
Merge pull request #277 from randomecho/advanced-often-typo
Remove double often from Advanced slides
2 parents 246b697 + 7ad840d commit c23c51d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

advanced/index.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ $ git log --author [author-name]
5656
$ git log --since [integer].days.ago
5757
```
5858

59-
Searching by a string or regular expression often often the most efficient way of finding history:
59+
Searching by a string or regular expression is often the most efficient way of finding history:
6060

6161
```bash
6262
$ git log -S [string-in-patch]
@@ -196,7 +196,7 @@ $ git add -f [path]
196196
```
197197

198198
#### Removing unwanted files
199-
* Purge untracked in working dir
199+
* Purge untracked in working directory
200200
* for directories
201201
* for removing ignored files (useful for tidying build artifacts)
202202

@@ -214,7 +214,7 @@ $ git clean -fx
214214
{% endcapture %}{% include slide-section %}
215215

216216
{% capture lab %}
217-
1. Use built-in, time-saving command shortcuts for commiting and branch switching
217+
1. Use built-in, time-saving command shortcuts for committing and branch switching
218218
2. Learn when to use `stash` and when longer-lived branching provides better options
219219
3. Commit partial file content *hunks* with patch option switches of `add` and `reset`
220220
4. Avoiding repetitive conflict resolution with `rerere`
@@ -585,7 +585,7 @@ $ git tag -v [tag-name]
585585
586586
#### Command line interface
587587
* Uses the API for interfacing with your repos
588-
* Stores OAUTH token, credentials
588+
* Stores OAuth token, credentials
589589
* Highly efficient for power-users
590590
* Hub and GH merging into one project
591591

0 commit comments

Comments
 (0)