Skip to content

Latest commit

 

History

History
31 lines (22 loc) · 559 Bytes

e-notes.md

File metadata and controls

31 lines (22 loc) · 559 Bytes

NOTIZEN VON ELKE

VADZIMS NOTIZEN

M00

GIT COMMANDS

command effect
git clone _url_
git add .
git commit -m "_message_"
git pull
git push

git homepage

VISUAL STUDIO SHORTCUTS

shortcut effect
strg k d format code
strg j autocomplete, z.B. bei WriteLine
strg kc Block auskommentieren

VISUAL C# SNIPPETS

shortcut effect
cw Console.WriteLine()