VOOZH about

URL: https://www.javacodegeeks.com/tag/git/page/10

⇱ Git Archives - Page 10 of 13 - Java Code Geeks


  • Software Development👁 Image
    Rudiger HerrmannApril 21st, 2014
    0 180

    How to manage Git Submodules with JGit

    For a larger project with Git you may find yourself wanting to share code among multiple repositories. Whether it is…

    Read More »
  • Software Development👁 Image
    Andrew GloverMarch 31st, 2014
    2 215

    Custom Git Commands in 3 Steps

    I’m lazy and so I seek ways to reduce repetitious activities. For instance, I’ve spent a lot of time in…

    Read More »
  • Software Development👁 Image
    Tomasz NurkiewiczMarch 31st, 2014
    1 181

    Automated bug finding with git bisect and mvn test

    Do you know the feeling when you discover a bug in a functionality that was working couple of weeks (or…

    Read More »
  • Software Development👁 Image
    Lubos KrnacMarch 24th, 2014
    0 125

    Trigger Continuous Delivery every GitHub commit

    Crucial piece of puzzle when developing web application is Continuous Delivery. Testers or users can by early access to alpha…

    Read More »
  • Software Development👁 Image
    Peter DaumMarch 20th, 2014
    1 401

    Creating beautiful release notes with git, gradle and markdown

    During the last days I asked myself how to generated releases notes from information that are available in commit  /…

    Read More »
  • Software Development👁 Image
    Peter DaumFebruary 27th, 2014
    0 91

    GIT & ZShell : Colorize your shell depending on your branch

    As announced in my last post I asked my colleague Tillman if I’m allowed to post his nice extension for the zshell…

    Read More »
  • Software Development👁 Image
    Abhijeet SutarFebruary 24th, 2014
    0 183

    Changing commit message in Git

    Introduction Git is distributed version control system and now-a-days, it is de facto version control system for number of open…

    Read More »
  • Software Development👁 Image
    Vlad MihalceaFebruary 17th, 2014
    0 185

    A beginner’s guide to Git feature branches

    Why Git The proprietary software shaped the Version Control Systems (VCS) to fit its requirements: the project has a strict…

    Read More »
  • Software Development👁 Image
    Juri StrumpflohnerJanuary 14th, 2014
    2 246

    Git flow with Jenkins and GitLab

    At work I recently transitioned from TFS to using Git as our source control management. After introducing the team to…

    Read More »
  • First
  • ...
  • «
  • 8
  • 9
  • 10
  • 11
  • 12
  • »
  • ...
  • Last
Back to top button
Close