https://github.com/g-khan/git-play-ground
Git Playground
https://github.com/g-khan/git-play-ground
Last synced: 2 months ago
JSON representation
Git Playground
- Host: GitHub
- URL: https://github.com/g-khan/git-play-ground
- Owner: G-khan
- Created: 2020-07-09T14:26:50.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-08-04T19:08:44.000Z (about 3 years ago)
- Last Synced: 2025-08-01T19:57:42.442Z (2 months ago)
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# git-play-ground
Git Playground> Squash Commit 1
> Squash Commit 2
> Squash Commit 3
> Squash Commit 4
git rebase --interactive HEAD~4
871adf Commit 1 --- newer commit --┐
0c3317 Commit 2 |-- Join these into one
87871a Commit 3 |
643d0e commit 4 -------------------┘
6394dc Another Feature[Source](https://www.internalpointers.com/post/squash-commits-into-one-git)
conflict.