Git status – current branch status
git checkout [branch
name] load branch
git origin [branch
name] fetch origin
git pull origin
[branch name] get full origin
release from my
branch to QA branch
1) commit changes
2) checkout to
development branch
3) fetch all branch
changes to...
Browse » Home » Archives for 2021
XAMPP: Another web server is already running

When I try to start lampp using /opt/lampp/lampp startit says "Another web server is already running"!Solved by running this on terminalsudo netstat -nap | grep :80 You'll see which service is attached to port 80. Get to port number and kill that MF!sudo kill [number] ...
Subscribe to:
Posts (Atom)