#dev | Logs for 2018-06-06

« return
[02:24:24] -!- Kuro has quit [Ping timeout: 272 seconds]
[02:25:07] -!- Kuro [Kuro!~ubuntu@ng5-85-70-465-466.us-west-5.compute.amazonaws.com] has joined #dev
[03:19:47] <TheMightyBuzzard> Xyem, i'd prefer if you had each issue in a separate branch but as small as our team is it's not an issue if you already started one on master.
[03:21:43] <TheMightyBuzzard> reason being, if you start one on master it's a pain in the ass to start another one before that one is merged. we don't have tons on our plates though, so it's not hard to get a quick code review and merge.
[03:23:21] <TheMightyBuzzard> it's much better practice if for example your first issue needs some work that holds it up for a month but your second is ready to go. if they're both in master it makes shit really painful.
[05:01:46] <chromas> Sorta looks like Bitbucket's limit of 5 users is for private repos. If rehash is pubic then it should be beyond the limit I think
[05:42:53] <TheMightyBuzzard> fuck em. that'll teach them to not be clear.
[05:54:24] <chromas> While true, free hosting sans ingsocjus
[06:09:47] -!- NCommander has quit [Quit: Coyote finally caught me]
[06:10:12] -!- NCommander [NCommander!~mcasadeva@2600:3c00::gkjo:ggkm:vshr:juyz] has joined #dev
[06:10:31] -!- NCommander has quit [Changing host]
[06:10:31] -!- NCommander [NCommander!~mcasadeva@Soylent/Staff/Sysop/mcasadevall] has joined #dev
[06:10:31] -!- mode/#dev [+v NCommander] by Hera
[06:12:05] -!- NCommander has quit [Client Quit]
[06:12:28] -!- NCommander [NCommander!~mcasadeva@2600:3c00::gkjo:ggkm:vshr:juyz] has joined #dev
[06:12:43] -!- NCommander has quit [Changing host]
[06:12:43] -!- NCommander [NCommander!~mcasadeva@Soylent/Staff/Sysop/mcasadevall] has joined #dev
[06:12:43] -!- mode/#dev [+v NCommander] by Hera
[06:13:26] -!- NCommander has quit [Client Quit]
[06:13:48] -!- NCommander [NCommander!~mcasadeva@2600:3c00::gkjo:ggkm:vshr:juyz] has joined #dev
[06:14:19] -!- NCommander has quit [Changing host]
[06:14:19] -!- NCommander [NCommander!~mcasadeva@Soylent/Staff/Sysop/mcasadevall] has joined #dev
[06:14:19] -!- mode/#dev [+v NCommander] by Hera
[07:29:23] <Xyem> TheMightyBuzzard: Ah, sorry, I meant should I be branching off master. There was some mention of another branch being "latest", wasn't sure if that was still in effect..?
[18:41:26] <TheMightyBuzzard> yeah, we always use master and try to create a branch at each release for historical reference.