Update Wichtige Befehle

Fabian Schieder 2026-01-26 07:37:01 +00:00
parent 4f2b6ff0a5
commit 2ae4915440

@ -1,9 +1,10 @@
> ### Apache restart > ## Apache restart
> - systemctl reload apache2 > - systemctl reload apache2
> ### SSH Tunnel lokal > ## SSH Tunnel lokal
> - ssh -N -L 3306:127.0.0.1:3306 fsst@fabianschieder.com > - ssh -N -L 3306:127.0.0.1:3306 fsst@fabianschieder.com
> ## GIT CLI Befehle
>> ### Commit Account fix >> ### Commit Account fix
>> >>
>>> - git config --global --list >>> - git config --global --list
@ -30,7 +31,7 @@
>>> #### Wenn Commits doppelt >>> #### Wenn Commits doppelt
>>> - git reset --hard 5625a8ec62 >>> - git reset --hard 5625a8ec62
>>> - git push --force origin main >>> - git push --force origin main
>> >
>> #### Aktuellen Repository Stand fetchen >> #### Aktuellen Repository Stand fetchen
>> - git fetch origin >> - git fetch origin
>> - git reset --hard origin/main >> - git reset --hard origin/main