+[2020-05-01T23:38:18Z]Henry151i googled about it and found this thing https://github.blog/2010-03-01-introducing-github-compare-view/ but it's from 2010 and i haven't been able to figure out where to find this "compare view" they speak of +[2020-05-01T23:38:57Z]Henry151https://github.blog/2010-07-15-cross-repository-compare-view/ that was wrong link this is the right one +[2020-05-01T23:46:40Z]RoseBushello, i'm new to github, i have a group project that i started that i want to collaborate with my team +[2020-05-01T23:47:06Z]RoseBusit's a django project which needs to be live during development, so I need some guidance on setting up a system that will allow for other users to push to a live dev server +[2020-05-01T23:57:15Z]drleviathanRoseBus, use github actions workflow to push to the server on certain events, like on merge, or on release tag
+[2020-05-02T00:15:00Z]adrian_1908If my pipeline as built multiple assets, do I call actions/upload-release-asset for each of them, or is there a way to specify multiple files under one action? (https://github.com/actions/upload-release-asset) +[2020-05-02T00:15:11Z]adrian_1908*has built +[2020-05-02T00:20:23Z]RoseBusdrleviathan, is that enough for the scope or do you think I might need another task on the token for this project +[2020-05-02T00:24:31Z]drleviathanRoseBus: I don't understand your question. Maybe describe what you want with user stories: "When dev does A I want B to happen, but I want to avoid C" or something like that. +[2020-05-02T00:43:28Z]saint_hi all - i have a basic question. If I commit on my computer on 2020/01/01 at 00:00. but i push to guthub on 2020/01/07 at 00:00 , would the date on github show the commit date on my computer, or the date I pushed to github ?