Benutzer:CarstenV/Werkzeuge: Unterschied zwischen den Versionen

Aus Opennet
Wechseln zu: Navigation, Suche
K
 
(2 dazwischenliegende Versionen von einem Benutzer werden nicht angezeigt)
Zeile 20: Zeile 20:
  
 
   git status
 
   git status
   git
+
   .gitignore
 +
 
 +
Working Directory -- Staging Area -- Repository
 +
 
 +
get add -A --> Stage Fixes --> git commit --> Commit
 +
checkout <---
 +
 
 +
  git add .gitignore
 +
  git reset FILE
 +
  git reset
 +
 
 +
  git add -A
 +
  git status
 +
  git commit -m "MESSAGE"
 +
  git status
 +
  git log
 +
 
 +
  git clone URL WHERETO
 +
  git clone REMOTE.GIT .
 +
 
 +
[https://downloads.opennet-initiative.de/openwrt/testing/latest/doc/md__entwicklung.html#repository https://downloads.opennet-initiative.de/openwrt/testing/latest/doc/md__entwicklung.html#repository]

Aktuelle Version vom 13. Februar 2020, 21:22 Uhr

Inhaltsverzeichnis

[Bearbeiten] Screen

https://www.tecmint.com/screen-command-examples-to-manage-linux-terminals/

[Bearbeiten] Wiki png2svg

https://commons.wikimedia.org/wiki/Commons:DerivativeFX/de

[Bearbeiten] Zbar-tools (QR-Code/barcodes mit webcam)

zbar-tools/stable 0.22-1 amd64 bar code scanner and decoder (utilities)


[Bearbeiten] git

  git config --global user.name "NAME"
  git config --global user.email "EMAIL"
  git config --list
  git --version
  git help VERB
  git status
  .gitignore
 

Working Directory -- Staging Area -- Repository

get add -A --> Stage Fixes --> git commit --> Commit checkout <---

  git add .gitignore
  git reset FILE
  git reset 
  git add -A
  git status
  git commit -m "MESSAGE"
  git status
  git log
 git clone URL WHERETO
 git clone REMOTE.GIT .

https://downloads.opennet-initiative.de/openwrt/testing/latest/doc/md__entwicklung.html#repository

Meine Werkzeuge
Namensräume

Varianten
Aktionen
Start
Opennet
Kommunikation
Karten
Werkzeuge