Skip to content

Latest commit

 

History

History
41 lines (33 loc) · 866 Bytes

m-notes.md

File metadata and controls

41 lines (33 loc) · 866 Bytes

MARKUS' 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
tab autocomplete
ctrl j autocomplete
ctrl k d format code
ctrl k c comment one or more lines
ctrl k u uncomment code
ctrl . show quick fix
alt enter show quick fix
ctrl leertaste force intellisense
f12 go to definition
ctrl - go back
`alt up down`
`shift alt up down`

VISUAL STUDIO C# SNIPPETS

shortcut effect
cw Console.WriteLine()
for for loop
while while loop
do do while loop