Git Commands Reference

Git Commands Reference Introduction Git is a version control system that helps you track changes in your code, collaborate with others, and revert to previous versions when needed. Why Git Knowledge is Essential 1️⃣ Git Basics Check Git Version Git Configurations List Configurations Set Global User Info Automatically Prune Deleted Remote Branches For a specific...

Bash & server commands

install library to add/remove apt repositories sudo apt install -y software-properties-common add-apt-repository ‘deb http://archive.ubuntu.com/ubuntu xenial main restricted universe multiverse’ intall packages/libraries apt install -y nginx apt install -y nginx=10.3 apt install mysql-server apt install php7.4 php7.4-fpm php7.4-mysql get the available versions of a package apt-cache policy php or apt list -a php get list of...

Scroll to top