git
Unterschiede
Hier werden die Unterschiede zwischen zwei Versionen angezeigt.
| Beide Seiten der vorigen RevisionVorhergehende ÜberarbeitungNächste Überarbeitung | Vorhergehende Überarbeitung | ||
| git [2022-08-25 14:03:34] – [Windows] david | git [2024-06-03 12:12:13] (aktuell) – manfred | ||
|---|---|---|---|
| Zeile 1: | Zeile 1: | ||
| ====== Git ====== | ====== Git ====== | ||
| + | |||
| + | Hilfe: | ||
| + | > git --help | ||
| + | > git status | ||
| + | > git pull | ||
| + | > git add * | ||
| + | > git push | ||
| + | > git commit -m " | ||
| Git repository klonen (SSH & HTTPS): | Git repository klonen (SSH & HTTPS): | ||
| Zeile 66: | Zeile 74: | ||
| ==== gitattributes ==== | ==== gitattributes ==== | ||
| - | <code c gitattributes> | + | <code c .gitattributes> |
| # Common settings that generally should always be used with your language specific settings | # Common settings that generally should always be used with your language specific settings | ||
| Zeile 201: | Zeile 209: | ||
| ==== Linux ==== | ==== Linux ==== | ||
| - | <code ini gitconfig> | + | <code ini .gitconfig> |
| [include] | [include] | ||
| - | path = gitconfig.d/ | + | path = .gitconfig.d/ |
| - | path = gitconfig.d/ | + | path = .gitconfig.d/ |
| [core] | [core] | ||
| abbrev = 16 | abbrev = 16 | ||
| Zeile 215: | Zeile 223: | ||
| preloadindex = true | preloadindex = true | ||
| editor = code --wait | editor = code --wait | ||
| - | attributesfile = gitattributes | + | attributesfile = .gitattributes |
| [init] | [init] | ||
| defaultBranch = main | defaultBranch = main | ||
| Zeile 258: | Zeile 266: | ||
| </ | </ | ||
| - | <code ini gitconfig.d/ | + | <code ini .gitconfig.d/ |
| [alias] | [alias] | ||
| a = add | a = add | ||
| Zeile 279: | Zeile 287: | ||
| </ | </ | ||
| - | <code ini gitconfig.d/ | + | <code ini .gitconfig.d/ |
| [user] | [user] | ||
| name = Username | name = Username | ||
| Zeile 297: | Zeile 305: | ||
| * Um das Diff- bzw. Merge-Tool von Visual Studio zu benutzen: '' | * Um das Diff- bzw. Merge-Tool von Visual Studio zu benutzen: '' | ||
| - | <code ini gitconfig> | + | <code ini .gitconfig> |
| [http] | [http] | ||
| sslbackend = schannel | sslbackend = schannel | ||
| Zeile 405: | Zeile 413: | ||
| ==== GPG konfigurieren ==== | ==== GPG konfigurieren ==== | ||
| - | siehe [[gpg|GPG]] | + | siehe [[::EDV:GPG (GnuPG)]] |
| gpg programm unter linux: | gpg programm unter linux: | ||
/home/http/wiki/data/attic/git.1661436214.txt · Zuletzt geändert: von david
