Tag: git
COSY – Your colleagues. Your office. Your home.
Benjamin Seber
Prisca Fey
20.01.2021
Nach mehreren Wochen Home Office wieder die Kollegen und Kolleginnen auf dem Flur treffen und einen Plausch starten. Gemeinsam an der Kaffeemaschine stehen oder im Kreativraum kollaborativ am Whiteboard malen. Danach eine kurze Pause am Arcade mit einer Runde Asteroids.
Go! Run! Go!
Karl-Ludwig Reinhard
08.07.2020
A small field report about replacing a bash script with a small golang program and develop it further to a 'true' script in the context of gitlab ci. Comparing small aspects of bash scripts and with the equivalent constructs in go Also mixed with some of my thoughts about scripting in general :)
Using Travis CI to deploy to Maven repositories and GitHub Releases
Luca Arrasz
24.01.2018
This post outlines the steps needed to simultaneously deploy to Maven repositories and to GitHub Releases. Every time a tagged commit is pushed, a Travis CI build will be triggered automatically and start the release process. This blog post uses Sonatype Nexus as an example for a Maven repository manager. Preparing GitHub Releases Sergey Mashkov has written a Maven plugin that allows us to create a new release on our project’s releases page and upload our build artifacts to a release.
Transformation oder Neuaufbau?
rueckert
29.11.2016
Viele – es sind leider noch zu wenige! – etablierte Unternehmen erkennen mittlerweile, dass heute andere Marktbedingungen vorherrschen und sie nicht mehr so weitermachen können wie bisher. Ihnen fehlt die…
synyx Open Source Projekte jetzt auf GitHub
Katja Arrasz-Schepanski
26.06.2012
Wer sich öfters auf unserer Webpräsenz umschaut, hat sicherlich bemerkt, dass wir unsere Open Source Projekte bisher auf synyx.org veröffentlicht haben. Die Pflege von synyx.org, z.B. das manuelle Freischalten neuer…
New Homepage with nanoc, Twitter Bootstrap, LESS and Git
Fabian Buch
06.03.2012
With the redesign of our current homepage there was the chance to re-evaluate our requirements and make pragmatic decisions filling our needs. Our previous websites were always implemented in OpenCms…
Utilizing Git to dive into huge code bases – Git SVN Tips
Fabian Buch
21.03.2011
Unfortunately there are still projects not on dvsc like git. That’s especially true for enterprise customers which are at least stuck on Subversion if not worse. So the first thing…