latest 13 messages by roxlu

+ [2017-04-02T10:43:53Z] roxlu And the actually error: https://gist.github.com/roxlu/24f0fc15ecf6d78d5d171885a5ef1033
+ [2017-04-02T10:41:08Z] roxlu (in Chrome 59)
+ [2017-04-02T10:40:47Z] roxlu hey @github for a couple of weeks the gist file-drop has been broken. I loved this feature where I could just drop a couple of files into a new gist, but only since a couple of weeks only the first file contents is actually pasted
+ [2015-07-26T04:06:48Z] roxlu When I have two remotes, is there a way to merge all commites of remote A with remote B ?
+ [2015-07-26T04:06:12Z] roxlu hi
+ [2014-09-24T15:31:24Z] roxlu ok, got it partly working :/ only can't pass command line arguments to the bat file
+ [2014-09-24T14:39:25Z] roxlu something like this seems to work: cmd.exe /k path/to/vcvars.bat & cmd.exe /k build.bat param1
+ [2014-09-24T14:32:26Z] roxlu s/paras/params
+ [2014-09-24T14:32:20Z] roxlu so my goal is to do something like: open cmd.exe && run vcvars.bat && someotherfile.bat paras
+ [2014-09-24T14:31:19Z] roxlu But once the file.bat is executed (which sets some environment variables), I need to call another .bat file that makes use of the env. vars that have been set
+ [2014-09-24T14:30:42Z] roxlu canton7, I found out how to execute a bash script which is actually what I need (using cmd.exe /k path/to/file.bat.
+ [2014-09-24T14:30:01Z] roxlu canton7, http://msdn.microsoft.com/en-us/library/ms229859(v=vs.110).aspx
+ [2014-09-24T14:28:52Z] roxlu hi, does someone maybe knows if it's possible to start a Visual Studio CMD from within a Git Bash shell on windows?