Skip to content

Commit

Permalink
Script to do git reset —hard HEAD on all matching repos
Browse files Browse the repository at this point in the history
  • Loading branch information
snomos committed May 16, 2024
1 parent e1685ab commit 83d682e
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions devtools/gut-scripts/reset-hard.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
#!/bin/bash

# git commit -m for gut apply script
# Change the filename as needed.

# Variables:
git reset --hard HEAD

0 comments on commit 83d682e

Please sign in to comment.