Skip to content
View ViRGiL175's full-sized avatar
❤️
❤️
Block or Report

Block or report ViRGiL175

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned

  1. cpp-sound-visualizer cpp-sound-visualizer Public

    OpenGL visualization and FFT spectrum filtering

    C++ 13 4

  2. github-project-issue-to-sheets github-project-issue-to-sheets Public archive

    Wanna import your Issues info to Google Sheets?

    TypeScript 18 15

  3. github-check-branch-fast-forward-ness github-check-branch-fast-forward-ness Public

    Simple Action to check Pull Request branch merged with target branch

    1

  4. Pretty aliases for Git log Pretty aliases for Git log
    1
    [alias]
    2
    	prettylog = log --graph --abbrev-commit --decorate --format=format:'%C(bold blue)%h%C(reset) - %C(yellow)%aD%C(reset) %C(dim yellow)(%ar)%C(reset)%C(auto)%+d%n %<(80,trunc)%C(white)%s%C(reset)%n %C(dim white)by %an%C(reset) %n'
    3
    	prettybranches = log --graph --abbrev-commit --decorate --simplify-by-decoration --all --format=format:'%C(bold blue)%h%C(reset) - %C(yellow)%aD%C(reset) %C(dim yellow)(%ar)%C(reset)%C(auto)%+d%n %<(80,trunc)'