https://github.com/flaque/wipe
A small bash script that safely resets everything on your branch to what's on remote
https://github.com/flaque/wipe
Last synced: over 1 year ago
JSON representation
A small bash script that safely resets everything on your branch to what's on remote
- Host: GitHub
- URL: https://github.com/flaque/wipe
- Owner: Flaque
- Created: 2019-06-10T19:10:11.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-06-10T19:11:23.000Z (about 7 years ago)
- Last Synced: 2025-01-20T10:13:49.395Z (over 1 year ago)
- Language: Shell
- Homepage:
- Size: 1000 Bytes
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# wipe
A small bash script that "safely" resets everything on your
branch to what's on the remote.
## Usage
```zsh
$ wipe
Hard reset to origin/master? (y/n)
```