summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorErik Dubois2019-01-08 20:24:43 +0100
committerErik Dubois2019-01-08 20:24:43 +0100
commit9b612168071f181a93dd4fedda8946bb14d376a3 (patch)
treec748a9e906d6c8802defd02316501b91f5720fa0
parenta2a5ac63bb57ef20cedfe05b29a82b6e1886dbb9 (diff)
downloadaur-9b612168071f181a93dd4fedda8946bb14d376a3.tar.gz
commit from @ Tue Jan 8 20:24:43 CET 2019
-rw-r--r--.SRCINFO2
-rwxr-xr-xgit.sh16
2 files changed, 17 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b0d2b638190a..b7516da704e1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Tue Aug 9 12:38:49 UTC 2016
+# Tue Jan 8 19:24:43 UTC 2019
pkgbase = numix-circle-icon-theme-git
pkgdesc = Circle icon theme from the Numix project
pkgver = 0.r3.3773866
diff --git a/git.sh b/git.sh
new file mode 100755
index 000000000000..275cdf15587c
--- /dev/null
+++ b/git.sh
@@ -0,0 +1,16 @@
+#!/bin/bash
+############################################################################
+# Author : Erik Dubois
+# Website : http://www.erikdubois.be
+############################################################################
+
+
+mksrcinfo
+git add --all .
+
+# Committing to the local repository with a message containing the time details
+curtime=$(date)
+git commit -m "commit from @ $curtime"
+
+# Push the local snapshot to a remote destination
+git push -u origin master \ No newline at end of file