Related Setup: https://gist.github.com/hofmannsven/6814278
Related Pro Tips: https://ochronus.com/git-tips-from-the-trenches/
Related Setup: https://gist.github.com/hofmannsven/6814278
Related Pro Tips: https://ochronus.com/git-tips-from-the-trenches/
/ ==UserScript== | |
// @name New Userscript | |
// @namespace http://tampermonkey.net/ | |
// @version 0.1 | |
// @description try to take over the world! | |
// @author You | |
// @match http://www.cinema.mv/movie/310 | |
// @grant none | |
// @require http://ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js | |
// ==/UserScript== |
#SingleInstance, force | |
Path = C:\putty.exe | |
IP = IP | |
User = Instance User | |
Pass = Instance Pass | |
Directory = Repo Directory | |
GitUser = | |
GitPass = | |
Origin = origin |
BEGIN | |
-- SET NOCOUNT ON added to prevent extra result sets from | |
-- interfering with SELECT statements. | |
SET NOCOUNT ON; | |
BEGIN TRANSACTION; | |
DECLARE @now_year CHAR(4) | |
DECLARE @num_year CHAR(4) | |
DECLARE @run_num INT |