+[2014-09-23T20:56:41Z]VxJasonxVof the DMCA claim +[2014-09-23T20:56:42Z]zerowidththat's not our place to judge +[2014-09-23T20:56:48Z]sythePlus, you don't even say "Unfortunately..." +[2014-09-23T20:57:27Z]Seveastaking content down does *not* imply that the takedown notice was valid. Merely that it was filed in the correct way. +[2014-09-23T21:42:06Z]bellowDoes anyone know of a website that lets you list the movies(dvd) that you own and has on app that you can use on an adroid. On the android both online and offline
message no. 49056
Posted by sythe in #github at 2014-09-23T20:56:48Z
Plus, you don't even say "Unfortunately..."
+[2014-09-24T01:47:19Z]mythicalboxif i do a --no-ff merge from branch1 to master and push to github it shows branch1 as "this is 1 commit behind master", does that sound correct? +[2014-09-24T01:47:35Z]mythicalboxi would think they are in sync? +[2014-09-24T01:58:47Z]Remramafter a merge --no-ff you can't be behind anything +[2014-09-24T01:59:13Z]Remramunless the command failed, you just created a commit +[2014-09-24T02:03:04Z]mythicalboxRemram, checkout staging, make changes, commit, checkout master, merge -no-ff staging; -- now staging is behind?