Git Kommandos hinzugefügt
This commit is contained in:
parent
377c809ba7
commit
70682ef8b5
1 changed files with 9 additions and 0 deletions
|
@ -96,6 +96,15 @@ Wenn irgendeine Ausgabe gemacht wird, sollte das ausschließlich über die Libpu
|
|||
|
||||
purple_debug_info(PLUGIN_ID, "Debugnachricht");
|
||||
|
||||
|
||||
## GIT
|
||||
git pull -> Stand aktualisieren
|
||||
git add -A -> Files hinzufügen
|
||||
git push -> Stand hochladen
|
||||
git commit -> Commiten
|
||||
|
||||
|
||||
|
||||
## Troubleshooting
|
||||
|
||||
Die lib muss eventuell nach /usr/lib/purple-2/telegram-purple.so kopiert werden
|
||||
|
|
Loading…
Add table
Reference in a new issue