Skip to content

Commit

Permalink
Update a_deeper_look_at_git.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mgrigoriev8109 committed May 4, 2022
1 parent b1e258d commit 2191dff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion git/intermediate_git/a_deeper_look_at_git.md
Expand Up @@ -96,7 +96,7 @@ squash 92aa6f3 Create second file
pick 05e5413 Create third file and create fourth file

This comment has been minimized.

Copy link
@hadoken-ab

hadoken-ab Jun 10, 2022

nice

~~~

Rename the commit to `Create first and second file`, then finish the rebase with `git rebase --continue`. That's it! Run `git log` and see how the first two commits got squashed together.
Rename the commit to `Create first and second file`, then finish the rebase. That's it! Run `git log` and see how the first two commits got squashed together.
#### Splitting Up a Commit
Expand Down

0 comments on commit 2191dff

Please sign in to comment.