VOOZH about

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

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


  • Software Development👁 Image
    ToniJuly 25th, 2016
    5 5,179

    Git Tutorial – The Ultimate Guide (PDF Download)

    Git is, without any doubt, the most popular version control system. Ironically, there are other version control systems easier to…

    Read More »
  • Software Development👁 Image
    Henn IdanJuly 7th, 2016
    0 169

    The Hitchhikers Guide to GitHub: 13 Java Projects You Should Try

    We’ve gathered some practical and simply cool Java repositories on GitHub There are a lot of repositories on GitHub. Some…

    Read More »
  • Software Development👁 Image
    Bozhidar BozhanovJune 20th, 2016
    0 116

    Why I Prefer Merge Over Rebase

    There are many ways to work with git. The workflows vary depending on the size of the team, organization, and…

    Read More »
  • Software Development👁 Image
    Rudiger HerrmannJune 19th, 2016
    0 344

    What’s the Difference? Creating Diffs with JGit

    In this post, I will dig into the details of how to diff revisions and create patches with JGit. Starting…

    Read More »
  • Software Development👁 Image
    Byron KiourtzoglouApril 20th, 2016
    0 100

    Git, your way – Meet Bitbucket, code collaboration on steroids

    Hello fellow Java geeks. Today we are proud to announce that we have teamed up with Atlassian to promote Bitbucket. Bitbucket is…

    Read More »
  • Software Development👁 Image
    Abhijeet SutarFebruary 16th, 2016
    0 254

    Change default Git commit message template

    We do lot of changes to projects and commit those in git repository and then commit those changes along with proper…

    Read More »
  • Software Development👁 Image
    David GreenJanuary 7th, 2016
    0 149

    Git stash driven development

    I’ve found myself using a pattern quite often recently, which I’ve been calling “git stash driven development” – that is, relying…

    Read More »
  • Software Development👁 Image
    Rudiger HerrmannDecember 17th, 2015
    0 1,345

    Getting Started with JGit

    If you ever wondered how basic Git commands like git init, git checkout and so on are executed in JGit,…

    Read More »
  • Software Development👁 Image
    Pascal AlmaDecember 11th, 2015
    0 130

    Starting developing in Swift: setting up version control with GitLab

    Now that I have received my grade for the second part of the Coursera iOS with Swift specialisation I decided…

    Read More »
  • First
  • ...
  • «
  • 4
  • 5
  • 6
  • 7
  • 8
  • »
  • 10
  • ...
  • Last
Back to top button
Close