+ [2014-09-23T20:56:41Z] VxJasonxV of the DMCA claim
+ [2014-09-23T20:56:42Z] zerowidth that's not our place to judge
+ [2014-09-23T20:56:48Z] sythe Plus, you don't even say "Unfortunately..."
+ [2014-09-23T20:57:27Z] Seveas taking 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] bellow Does 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. 48990

Posted by bjpenn in #github at 2014-09-23T20:40:17Z

btw i just uploaded my branch as a different name, from bjpenn to v2, if i change my local branch from bjpenn to v2, and i do git push origin v2 is git smart enough to just work
+ [2014-09-24T01:47:19Z] mythicalbox if 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] mythicalbox i would think they are in sync?
+ [2014-09-24T01:58:47Z] Remram after a merge --no-ff you can't be behind anything
+ [2014-09-24T01:59:13Z] Remram unless the command failed, you just created a commit
+ [2014-09-24T02:03:04Z] mythicalbox Remram, checkout staging, make changes, commit, checkout master, merge -no-ff staging; -- now staging is behind?