VOOZH about

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

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


  • Software Development👁 Image
    Janaka BandaraApril 9th, 2019
    0 344

    BitBucket Geek: Master your Pull Requests on the Command Line (correction: API v2)

    BitBucket does have quite a UI these days, but I really don’t like websites that update their assets every single…

    Read More »
  • Software Development👁 Image
    Naresh JoshiJanuary 27th, 2019
    0 316

    Useful Git Commands

    Git is a most widely used and powerful version control system for tracking changes in computer files and coordinating work…

    Read More »
  • Software Development👁 Image
    Sebastian DaschnerJanuary 26th, 2019
    0 123

    Selecting Git commits by message

      In order to checkout, cherry-pick, or reset Git commits, you don’t have to provide their SHA commit hash. All…

    Read More »
  • DevOps👁 Image
    Ramanujan IyengarDecember 28th, 2018
    0 124

    Tools For Software Engineering Teams

    The effect of poorly performing web applications echoes across various parts of the business. The more breakage there is, the…

    Read More »
  • Software Development👁 Image
    Ahmad GoharSeptember 7th, 2018
    1 175

    What is the difference between ‘git pull’ and ‘git fetch’?

    In the simplest terms, git pull does a git fetch followed by a git merge. You can do a git…

    Read More »
  • Software Development👁 Image
    Herbert BodnerSeptember 5th, 2018
    0 146

    4 Not-So-Obvious Reasons Why You Should Migrate From TFVC to Git

    The Team Foundation Server (TFS) is a Microsoft product that provides all the necessary features to support the software development…

    Read More »
  • Software Development👁 Image
    Prahlad YeriJune 12th, 2018
    2 157

    People migrating from Github to Gitlab should learn about these details first

    After Microsoft’s recent acquisition of Github, a mass exodus has kind of begun and many small and large projects are…

    Read More »
  • Software Development👁 Image
    Bozhidar BozhanovJune 4th, 2018
    0 223

    Storing Encrypted Credentials In Git

    We all know that we should not commit any passwords or keys to the repo with our code (no matter…

    Read More »
  • Software Development👁 Image
    Sebastian DaschnerApril 23rd, 2018
    0 305

    Git commit fixup and autosquash

    Git commit fixup and autosquash are helpful features when you want to “fix” changes from a single commit in your…

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