summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorErik Dubois2019-01-09 07:42:37 +0100
committerErik Dubois2019-01-09 07:42:37 +0100
commitd6640858c4c2c553281aeefc78e547c9eb7dd341 (patch)
tree7730831eeb41ab542c757863c97ab2e28e085cc8
parent7230a197bbd19c74be2d1ac62b09eaa5f5ac9990 (diff)
downloadaur-d6640858c4c2c553281aeefc78e547c9eb7dd341.tar.gz
adding .gitignore to git
-rw-r--r--.SRCINFO2
-rw-r--r--.gitignore1
-rwxr-xr-xgit.sh21
3 files changed, 9 insertions, 15 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 787b48a56a99..3b79f79c1ea4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Tue Jan 8 20:00:02 UTC 2019
+# Wed Jan 9 06:42:08 UTC 2019
pkgbase = oxy-neon
pkgdesc = Stylized oxygen mouse theme created for use with dark desktop and especially for FRUiT's Neon suite.
pkgver = 0
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 000000000000..04eebdd9da58
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1 @@
+git.sh \ No newline at end of file
diff --git a/git.sh b/git.sh
index 275cdf15587c..de402d198f40 100755
--- a/git.sh
+++ b/git.sh
@@ -1,16 +1,9 @@
-#!/bin/bash
-############################################################################
-# Author : Erik Dubois
-# Website : http://www.erikdubois.be
-############################################################################
-
-
+#!/bin/bash
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
+echo "####################################"
+echo "Write your commit comment!"
+echo "####################################"
+read input
+git commit -m "$input"
+git push -u origin master