06-27-2015, 11:40 PM
Lookie what I've got cooking
Random Chitchat 2012-2016
|
06-27-2015, 11:40 PM
Lookie what I've got cooking
Thanks given by: NiLSPACE , Seadragon91 , LO1ZB , sphinxc0re
06-28-2015, 10:01 AM
Now that I've worked out how to log in to appveyor for cuberite, I've set it to only clone to a depth of 50, same as Travis. That should speed up builds a little, as it won't have to fetch the entire history, including the commit where someone committed a PDB to the repo. I'm not definite it was a PDB, but it was a huge file, and it got deleted in the next commit, but its still in the history.
06-28-2015, 05:29 PM
Actually it had been set to depth 5 before.
06-28-2015, 08:34 PM
(06-26-2015, 09:49 AM)SamJBarney Wrote: In the Plugin Repository, is there a way to change the background color of the tile that represents my plugin? Currently its a dark purple, making the text hard to read. Ideally, the server should calculate the optimum text colour based on the background automatically, especially since not all browsers have implemented <input type colourpicker>. Evidently, that doesn't work well :/
06-28-2015, 08:58 PM
@xoft, Then apparently it got lost somewhere, because the settings I saw were set to clone the entire repo.
06-28-2015, 09:01 PM
(This post was last modified: 06-28-2015, 09:06 PM by Seadragon91.)
Who did a force update on master? Lots of commits are missing, around 2 weeks
Edit. worktycho restored the branch.
What! I did force update on PortalSize, though I'm having lots of problems with it.
EDIT: I folowed this guide to squash commits: http://gitready.com/advanced/2009/02/10/...ebase.html
06-28-2015, 09:30 PM
(06-28-2015, 09:09 PM)NiLSPACE Wrote: What! I did force update on PortalSize, though I'm having lots of problems with it. Okay, are you doing the squash under your branch PortalSize?
06-28-2015, 09:35 PM
Yes, of course, but according to worktycho depending on the git version or settings a force push can push to all branches. He advised me to always put the branch name in when pushing.
06-28-2015, 09:38 PM
(This post was last modified: 06-28-2015, 09:39 PM by Seadragon91.)
Yes the branch name is important
Code: git push <remote> <branch name> -f |
« Next Oldest | Next Newest »
|