Update Wichtige Befehle
parent
d133495d28
commit
368fd358e1
@ -1,3 +1,23 @@
|
||||
> ## Wichtige Befehle
|
||||
## Wichtige Befehle
|
||||
|
||||
> - systemctl reload apache2
|
||||
> - 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 config --global --list
|
||||
> - git config --global user.email "fabian.schieder.1010@gmail.com"
|
||||
> - git config --global user.name"fsst"
|
||||
|
||||
> - git clone git@fabianschieder.com:fabian/Geizkragen.git
|
||||
> - cd Geizkragen
|
||||
|
||||
> - git filter-repo --email-callback '
|
||||
> if email == b"fabian.schieder@el.htl-hl.ac.at":
|
||||
> return b"fabian.schieder.1010@gmail.com"
|
||||
> return email
|
||||
> '
|
||||
|
||||
> - git remote -v
|
||||
> - git remote add origin git@fabianschieder.com:fabian/Geizkragen.git
|
||||
|
||||
> - git push --force origin --all
|
||||
> - git push --force origin --tags
|
||||
|
||||
Loading…
Reference in New Issue
Block a user