We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1cfc4f8 commit 0a44b11Copy full SHA for 0a44b11
git-revert-changes.sh
@@ -0,0 +1,5 @@
1
+#!/bin/bash
2
+
3
+function git-revert-changes-in() {
4
+ git checkout $(default_branch) -- $@
5
+}
0 commit comments