Clarity
open-menucloseme
Home
About
English
githublinkedin
  • List Modified Files by Filtering Keyword in git Commit Messages

    calendarSep 17, 2022 · 0 min read · git  ·
    Share on: twitterfacebooklinkedincopy
    List Modified Files by Filtering Keyword in git Commit Messages

    I was pretty suprised that when I was looking for a git command that can list out all the modified files in git commits that contain certain string. Then I found that there's no such a command out of the box. So I start searching for different commands and put those pieces together.


    Read More
  • List Modified Files by Filtering Keyword in git Commit Messages

    calendarSep 17, 2022 · 4 min read · git  ·
    Share on: twitterfacebooklinkedincopy
    List Modified Files by Filtering Keyword in git Commit Messages

    I was pretty suprised that when I was looking for a git command that can list out all the modified files in git commits that contain certain string. Then I found that there's no such a command out of the box. So I start searching for different commands and put those pieces together.


    Read More
  • Utilize git-worktree When Handling Urgent Ticket

    calendarMar 27, 2020 · 2 min read · git  ·
    Share on: twitterfacebooklinkedincopy
    Utilize git-worktree When Handling Urgent Ticket

    Have you ever been in a situation that, you're halfway to complete a feature and interrupted by an urgent ticket? You've modified tons of files and you need to put the modified files somewhere so that you can start working on the urgent ticket.


    Read More
  • GitHub PR mergeability

    calendarMar 26, 2020 · 1 min read · git  ·
    Share on: twitterfacebooklinkedincopy
    GitHub PR mergeability

    Prevent PR from accidentally merging into main branch by creating a Branch Protection Rule


    Read More

Ben

Stay Hungry. Stay Foolish.
Read More

Recent Posts

  • Foreign Key In SQLite Does Not Work As Expected
  • Understanding Go Interface With Lego
  • List Modified Files by Filtering Keyword in git Commit Messages
  • Speed Up SSH Connection
  • Why SSH PasswordAuthentication option doesn't work
  • Utilize git-worktree When Handling Urgent Ticket
  • GitHub PR mergeability
  • SQLite Temporary Files

Tags

GIT 4 SQLITE 2 SSH 2 AUTH 1 CONFIG 1 DATABASE 1 GOLANG 1 INTERFACE 1
Clarity

Copyright  CLARITY. All Rights Reserved

to-top