summarylogtreecommitdiffstats
path: root/git.sh
diff options
context:
space:
mode:
authorErik Dubois2019-01-09 07:55:36 +0100
committerErik Dubois2019-01-09 07:55:36 +0100
commitc1ef63bd193202dad1dab54da538dc9874e0661b (patch)
tree72f07fc153665f1c101e093a3f102872238236bd /git.sh
parent88803e1561ea283faf5a4f8fe9794263ddfb788a (diff)
downloadaur-c1ef63bd193202dad1dab54da538dc9874e0661b.tar.gz
start ignoring git.sh
Diffstat (limited to 'git.sh')
-rwxr-xr-xgit.sh16
1 files changed, 0 insertions, 16 deletions
diff --git a/git.sh b/git.sh
deleted file mode 100755
index 275cdf15587c..000000000000
--- a/git.sh
+++ /dev/null
@@ -1,16 +0,0 @@
-#!/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