mirror of
https://github.com/zoriya/dotfiles.git
synced 2026-06-19 08:12:00 +00:00
6 lines
102 B
Bash
Executable File
6 lines
102 B
Bash
Executable File
#!/usr/bin/env zsh
|
|
|
|
branch=$(git branch --show-current)
|
|
git reset --hard origin/$branch
|
|
git clean -df
|