+ [11 years ago] zerowidth that's not our place to judge
+ [11 years ago] sythe Plus, you don't even say "Unfortunately..."
+ [11 years ago] Seveas taking content down does *not* imply that the takedown notice was valid. Merely that it was filed in the correct way.
+ [11 years ago] 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. 48876

Posted by alindeman in #github at 2014-09-23T16:25:06Z

GitHub can ping a URL when a push is made
+ [11 years ago] 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?
+ [11 years ago] mythicalbox i would think they are in sync?
+ [11 years ago] Remram after a merge --no-ff you can't be behind anything
+ [11 years ago] Remram unless the command failed, you just created a commit
+ [11 years ago] mythicalbox Remram, checkout staging, make changes, commit, checkout master, merge -no-ff staging; -- now staging is behind?