+ [5 years ago] rmarcand DockerFiles are fine in the scenarios where that is what some team inside my corp leverages for their deployments.
+ [5 years ago] gitinfo You can go back to the last commit, or any other commit (effectively getting rid of commits which can cause issues, see !rewrite), using 'git reset --hard' with an optional commit/ref argument. This will irrevocably destroy all uncommitted changes, so please be careful!

message no. 183005

Posted by JustTheDoctor in #github at 2020-07-03T16:01:42Z

Anyone around?
+ [5 years ago] oprypin any way to search all pull requests touching a file path? ideally including the entire history of a PR (if it *ever* touched a path)
+ [5 years ago] oprypin well i manually found what i wanted, so question is mostly irrelevant
+ [5 years ago] Intelo I have https://github.com/intelo/repName for example. How can I have https://github.com/someOther/otherRepos with same account named intello?
+ [5 years ago] codecutter can i apply a stash to multiple branches?
+ [5 years ago] codecutter i'm on the master branch and made some changes and i'dd like to add these changes to my master (current) and production branches