[cig-commits] [commit] release_1.2: Script to remove all git files for final release (49064d1)

cig_noreply at geodynamics.org cig_noreply at geodynamics.org
Wed Jan 14 08:08:06 PST 2015


Repository : https://github.com/geodynamics/axisem

On branch  : release_1.2
Link       : https://github.com/geodynamics/axisem/compare/b1e234c535cdfddb70419739490b033e98379424...49064d182c464923a64e1ccd01f7c5e5475b9916

>---------------------------------------------------------------

commit 49064d182c464923a64e1ccd01f7c5e5475b9916
Author: Simon Stähler <staehler at geophysik.uni-muenchen.de>
Date:   Wed Jan 14 17:07:23 2015 +0100

    Script to remove all git files for final release


>---------------------------------------------------------------

49064d182c464923a64e1ccd01f7c5e5475b9916
 remove_all_git_dirs.sh | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/remove_all_git_dirs.sh b/remove_all_git_dirs.sh
new file mode 100644
index 0000000..fc6dcf9
--- /dev/null
+++ b/remove_all_git_dirs.sh
@@ -0,0 +1,5 @@
+#!/bin/bash
+find . | grep .git | xargs rm -rf
+rm .gitignore
+rm .gitmodules
+



More information about the CIG-COMMITS mailing list