Explore

git × Feeds ×
  • screenshot

    Ignore all wordpress folder except my specific plugin

    I'm working on a wordpress plugin as part of a larger project. The wordpress install sits...

  • screenshot

    bunkchat

    this is local-only chat that my partner and i made for a private tilde server among...

  • screenshot

    Libgourou: A Free Implementation of Adobe's Adept DRM on ePub/PDF Files

    libgourou is a free implementation of Adobe's ADEPT protocol used to add DRM on ePub/PDF files....

  • screenshot

    Dealing with fatal: Invalid revision range when new branch is not created in between builds

    I encounter a minor issue during package building. Typically, I construct packages by iterating from the...

  • screenshot

    Show HN: Interactive Smartlog VSCode Extension – An Interactive Git GUI

    Interactive Smartlog (ISL) is a graphical interface for working with your Git repo. This extension, inspired...

  • screenshot

    How to make a GitHub PR separate from a previous one?

    I have forked a repository and git cloned it. I made some changes, I made a...

  • screenshot

    LXer: System G - file manager with git support

    Published at LXer: System G is a simple file manager that provides basic access to the...

  • screenshot

    How Can I Remove a Specific Commit from GitHub History?

    I accidentally committed 60f4d9e60949b7243a6d72a712b4773bd2b2ccef and wanted to remove it (from the history also). I found two...

  • screenshot

    Git Worktrees and GitButler

    Last week, I gave a talk at DevWorld with more "So You Think You Know Git"...

  • screenshot

    How to configure nvim as git editor?

    I'm having an issue with nvim as my git editor. I've specified nvim as the global...

  • screenshot

    J3blocks is a Janet scripting system for i3bar and swaybar

    It is a janet scripting system for i3bar and swaybar. It is distributed as a jpm...

  • screenshot

    Mastering Git: To Git Pull and Git Push - An Easy-to-Follow Guide

    git pull and git push are foundational commands in Git’s version control system, enabling seamless collaboration...

  • screenshot

    Git Tips 3: Really Large Repositories

    In our third and final section of our Git Tips series, we're going to talk about...

  • screenshot

    File Comparison Using the Diff Command in Git

    You use the diff command to find the differences between two files. The patch command is...

  • screenshot

    Compare working area with remote (origin/master)

    I've been learning about gif diff but I'm still confused about one thing: let's say I...

  • screenshot

    When exactly in the push process does a `pre-push` hook actually run?

    The docs for Git hooks state that pre-push runs "after the remote refs have been updated"....