Skip to content

Instantly share code, notes, and snippets.

View PickleBoxer's full-sized avatar

Matic Vertačnik PickleBoxer

View GitHub Profile
@PickleBoxer
PickleBoxer / PhpDevToolsGuide.md
Last active April 17, 2025 11:32
A concise guide to essential PHP development tools that will enhance your coding experience and maintain high code quality.

🛠️ PHP Development Tools Guide

A concise guide to essential PHP development tools that will enhance your coding experience and maintain high code quality.

📑 Table of Contents

Tool Description Jump to Section
🧹 Code Linting - Keep your code clean and consistent Go
✍️ PECK - Eliminate embarrassing typos Go

Git Squash Guide: Combining Multiple Commits

This guide demonstrates how to combine multiple commits into a single commit using Git's interactive rebase feature.

📋 Overview

Squashing commits is useful when you want to:

  • Clean up your commit history before merging
  • Group related changes into a single logical commit
@PickleBoxer
PickleBoxer / 1Password_CLI_Windows_WSL_Setup.md
Last active April 26, 2025 12:32
1Password CLI on Windows Host Running on WSL

1Password CLI on Windows Host Running on WSL

This guide will walk you through the process of installing the 1Password Command Line Interface (CLI) on a Windows system and setting up an alias for it in the Windows Subsystem for Linux (WSL) using Zsh.

Prerequisites

  • Windows 10 or later with WSL enabled.
  • Zsh installed on your WSL distribution.
  • Windows Package Manager (winget) installed on your Windows system.
@PickleBoxer
PickleBoxer / RemoteXdebug.md
Last active June 5, 2024 08:59
Quick Setup Guide for Remote SSH Debugging with VS Code and Xdebug 2

1_7ktyy8zj2YvdMTvwBpJmCw

Quick Setup Guide for Remote SSH Debugging with VS Code and Xdebug 2

Prerequisites

  1. VS Code: Ensure you have Visual Studio Code installed.
  2. Remote - SSH Extension: Install the Remote - SSH extension in VS Code.
  3. PHP Debug Extension: Install the PHP Debug extension in VS Code.
  4. Chrome Xdebug Helper Extension: Install the Xdebug Helper extension in Chrome.
@PickleBoxer
PickleBoxer / multipleGitProfiles.md
Created May 7, 2024 10:31 — forked from Icaruk/multipleGitProfiles.md
How to have multiple profiles on git

Last update: 30-01-2024
Last view: 30-01-2024

Step 1

Go to your work folder, mine is located at: F:/Work/EnterpriseName/

And then create a .gitconfig-work with the following data: