+[5 years ago]rmarcandDockerFiles are fine in the scenarios where that is what some team inside my corp leverages for their deployments. +[5 years ago]JustTheDoctorhow to i set my repo back 1 commit? +[5 years ago]JustTheDoctorAnyone around? +[5 years ago]gitinfoYou 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! +[5 years ago]Soliton!reset--hard
+[5 years ago]oprypinany 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]oprypinwell i manually found what i wanted, so question is mostly irrelevant +[5 years ago]InteloI 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]codecuttercan i apply a stash to multiple branches? +[5 years ago]codecutteri'm on the master branch and made some changes and i'dd like to add these changes to my master (current) and production branches