Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/g-khan/git-play-ground
Git Playground
https://github.com/g-khan/git-play-ground
Last synced: 8 days 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 4 years ago)
- Default Branch: master
- Last Pushed: 2022-08-04T19:08:44.000Z (over 2 years ago)
- Last Synced: 2023-07-19T17:34:39.116Z (over 1 year 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.