Category: Git

  • Git for Data Science Teams

    Git for Data Science Teams

    If you are a data scientist, you may wonder if Git is a helpful tool for your projects. The answer is yes!   Git can be very useful for teams that use or follow a software development framework where Git’s version control can make the development workflow quick and more easily adaptable when changes arise.…

  • Pull Requests: Reviewing Them Properly

    Pull Requests: Reviewing Them Properly

    When a user submits a pull request, their collaborator has a right to review it. After the review process, the collaborator can decide to accept or reject the pull request and, if accepted, will merge the new code with the requested branch. But what’s the best way to review a pull request properly? Let’s find…

  • Git Tags: Are They Useful and How to Use Them

    Git Tags: Are They Useful and How to Use Them

    Did you know that Git allows users to tag specific points in a repository’s history? Tags act as road signs to point our areas of importance in the code. Usually, a tag is used to mark a release point (v1.0 etc.). Tags can be created and deleted and come in different forms.  If you are…

  • Useful Git Commands For Everyday Use (Plus Six Helpful Advanced Commands)

    Useful Git Commands For Everyday Use (Plus Six Helpful Advanced Commands)

    The magic of Git is its collaborative structure, and, as an underlying technology that relies on a large, passionate community, Git has the capacity to build in a lot of helpful tricks that make usage easier. If you’re using Git (including Git integrated with Jira via Appvibe’s Git-Jira plugin), likely there’s a command for the…

  • Pull Requests: The Trick to Doing Them Right

    Pull Requests: The Trick to Doing Them Right

    Do you find writing pull requests hard? It shouldn’t be. But writing a great pull request, whether in Git or in Jira using Appvibe’s Git-Jira plugin) still seems like a fine art when teams are trying to write clean code. The issue, it seems, is that sometimes it’s tough to be concise, and pull requests…

  • Git Branches: What Are They and How to Use Them

    Git Branches: What Are They and How to Use Them

    If you are using Git, you’ll need to get comfortable with using branches.  What are Branches? To understand branches, it’s essential to understand a bit of Git itself. Git, for example, doesn’t store data as changesets or differences. It stores it as a series of snapshots. When a developer makes a commit, Git will store…

  • Should Teams Integrate Git and Jira?

    Should Teams Integrate Git and Jira?

    Many teams use both Jira and Git platforms to help run their projects efficiently. Often, team members jump between the two all day long, moving in and out of each platform to capture and work on tasks. For a large segment of users who need Jira and Git, jumping between the platforms can be time-consuming…

  • GitHub’s Latest Security Features (Plus: How to Stay Safe)

    GitHub’s Latest Security Features (Plus: How to Stay Safe)

    During the course of 2020, GitHub unveiled various updates to help keep users of the platform (and their work) more secure. Here are a few of the highlights. Five of GitHub’s 2020 Security Updates Dependency Review is in Beta GitHub’s dependency review empowers users to understand their dependencies – before they introduce them into their…

  • Extend GitHub’s Capabilities with Apps from Their Own Marketplace

    Extend GitHub’s Capabilities with Apps from Their Own Marketplace

    Companies and coders around the world use GitHub for its ease of use and flexibility. There’s even more to love when it comes to GitHub, as it, like Jira, Slack, and other platforms, there’s an entire marketplace available. This includes plugins that make the platform even more useful and user-friendly. It also allows users to…