CrazyBoy49z
CrazyBoy49z 10.04.2023
Removing Sensitive Data From A Repository

Removing Sensitive Data From A Repository

When committing sensitive data, such as a password or SSH key, to a Git repository, it can be removed from the log. You can use the git filter-repo tool or the open source tool BFG Repo-Cleaner to completely remove unnecessary files from the repository history.

CrazyBoy49z
CrazyBoy49z 09.04.2023
Composer: How To Use Git Repositories

Composer: How To Use Git Repositories

How to use composer to require Git repos within a PHP project.

CrazyBoy49z
CrazyBoy49z 12.03.2023
A practical guide to using the git stash command

A practical guide to using the git stash command

Version control is an inseparable part of software developers' daily lives. It's hard to imagine any team developing software without using a version control tool.

Showing 4 of 4 results