Gergő Tisza has uploaded a new change for review. https://gerrit.wikimedia.org/r/186090
Change subject: Script to clean up the generated files ...................................................................... Script to clean up the generated files since it's hard to remember the right flags for git clean (and it's destructive with the wrong flags). Change-Id: I0ab52a7acd5a40f0eca51798090403096b20d9e0 --- A clean.sh 1 file changed, 1 insertion(+), 0 deletions(-) git pull ssh://gerrit.wikimedia.org:29418/analytics/multimedia/config refs/changes/90/186090/1 diff --git a/clean.sh b/clean.sh new file mode 100755 index 0000000..339609b --- /dev/null +++ b/clean.sh @@ -0,0 +1 @@ +git clean -Xf -- To view, visit https://gerrit.wikimedia.org/r/186090 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I0ab52a7acd5a40f0eca51798090403096b20d9e0 Gerrit-PatchSet: 1 Gerrit-Project: analytics/multimedia/config Gerrit-Branch: master Gerrit-Owner: Gergő Tisza <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
