latest 11 messages by waveclaw
+
[2016-07-26T02:18:27Z]
waveclaw
if multiple people are merging into master you have to have the discipline to do frequent rebases or merge conflicts can start slowing down work and muddying the history.
+
[2016-07-26T02:17:29Z]
waveclaw
do you use different feature branches or milestone branches for your milestones?
+
[2015-05-12T02:29:57Z]
waveclaw
pretty much like any growing or large company, really.
+
[2015-05-12T02:29:31Z]
waveclaw
I find that with enterprise support at work that there are definite shift times for getting quality staff on sgc. But initial calls seem to get first level support until you've had a nice NDA call with sales or your regional manager.
+
[2015-05-12T02:27:28Z]
waveclaw
yes, the shibboleet xkcd.
+
[2015-05-12T02:26:50Z]
waveclaw
benjamingr: wow, that was a good trip down memory lane. Too bad it is all a dream...
+
[2015-04-09T02:21:25Z]
waveclaw
since this is a clone of a repository for working with GitHub pages you might try following excelsiora's advice. Never used them myself.
+
[2015-04-09T02:19:50Z]
waveclaw
this can also happen if you are inside the .git directory when you run a git command.
+
[2015-04-09T02:19:33Z]
waveclaw
well, the ../.git part of that error looks like git looked up one directory, found a .git directory and tried to use that. But it was not correct.
+
[2015-04-09T02:17:28Z]
waveclaw
git assumes that .git was created by git init. If you have a directory called .git for some other reason it will confuse it.
+
[2015-04-09T02:16:14Z]
waveclaw
From where you ran the add command, do you have a directory called .git?