Sarbian changed the topic of #kspmodding to: Welcome to #kspmodding - the channel for discussing, and learning about, modding Kerbal Space Program. Code of Conduct: https://git.io/vSQh6 | Always provide logs. | *** PSA: https://kerbalspaceprogram.com/api/index.htm | Someone is writting a Phd dissertation on KSP modding please fill out this survey https://goo.gl/forms/1vrkPYH4az8l32sb2 - I have met him and it s legit
ferram4 has quit [Read error: -0x1: UNKNOWN ERROR CODE (0001)]
ferram4 has joined #kspmodding
<xShadowx|2>
how do i set up a local github-like thing on pc? not local copy of a repo, but host a repo, dont wanna make a private github repo for this :P
<xShadowx|2>
not sure what to google, as anything with local just talks about making a copy of a github repo heh
<xShadowx|2>
happen to know if visual studio can link to it same way it links to a github repo?
<taniwha>
there's no difference
<xShadowx|2>
its nice not needing middle software ;p
<taniwha>
that's exactly what a github repo is
<xShadowx|2>
:)
<taniwha>
(just with a nice web interface)
<xShadowx|2>
ah....using git init
<xShadowx|2>
tried init, not init --bare, but the problem i ran into was VS didnt like a link to the repo using drive letter, wanted link to be http:// heh
<xShadowx|2>
time to try --bare ^.^
<taniwha>
that will be VS being stupid
<taniwha>
(or a missed config line)
<xShadowx|2>
prolly :| just nice dropping in a link, and not ever needing other software / commands, just click once to push
<taniwha>
it might be file://...
<taniwha>
(for a local one)
<xShadowx|2>
sweet works fine with d:\la\lala now
<xShadowx|2>
thx :D
<xShadowx|2>
guess init alone was the problem :)
<xShadowx|2>
i see new files added heh
<xShadowx|2>
now uh whats this about a web interfac?
<taniwha>
probably VS expects a pushable repo
<taniwha>
and only bare repos can be pushed to
<xShadowx|2>
ah k
* xShadowx|2
is a git noob :(
<taniwha>
we all are at one stage :)
<xShadowx|2>
i mean.....we all prolly still are, prolly tons of things not even documented that people dont know
<xShadowx|2>
anywho, web interface?
<xShadowx|2>
guessing i need something else as not seeing web page files in it :|
<taniwha>
what do you need a web interface for? :)
<taniwha>
(my comment about web interface was that github adds a nice one to your repo)
<xShadowx|2>
oh you were saying github had the web interface
<xShadowx|2>
XD
<xShadowx|2>
ok things make sense now
<xShadowx|2>
not needed, more exploring options :P
<xShadowx|2>
thought you ment it was built into bare repo heh
<taniwha>
there are things you can install that will give you a web interface
<xShadowx|2>
nah all good :D
<xShadowx|2>
so hows you and kerbal projects going?^.^
<xShadowx|2>
im thinkin to remake my 750+ mod install, hense the git q, make life easier to track heh
<taniwha>
a bit slowly at the moment
<xShadowx|2>
pesky IRL getting in the way again :P
<taniwha>
working on a resource manager (kind of TAC FB on steroids) for EL
<taniwha>
yeah
<xShadowx|2>
i been wanting to do something in that direction, but to replace the stock fuel flow system, so many things in it dont make sense to me -.-
<xShadowx|2>
crossfeed should be an option for each connection node, not the whole part :|
<taniwha>
my current work is pushed
<taniwha>
I've got it building symmetry sets and "stage" sets
<xShadowx|2>
what i was workin on before i got distracted from ksp, was just making CLS-like mod, but for resources, but the whole partset mapping confused the hell outta me -.-
<xShadowx|2>
an upside to drama, i found myself strangely more available to do ksp things now :D
<xShadowx|2>
not sure if i should be happy at that
<xShadowx|2>
drama unfun, be lead to time for fun things....so conflicted
NathanKell is now known as NathanKell|Twitch
<xShadowx|2>
oooo nice timing, entertainment!
<xShadowx|2>
taniwha: what would i get if i wanted to see the git flow chart for the repo?;3