Skip to content

Latest commit

 

History

History
39 lines (27 loc) · 784 Bytes

OmGit.md

File metadata and controls

39 lines (27 loc) · 784 Bytes

Git crash-course

Om git av Simon

"Sex" kommandon

    git clone https://github.com/PUGSweden/Geekend002.git
    git add
    git commit
    git status
    git pull
    git push
    git remote add upstrem http://projektet som jag forkat
    git pull upstream
    git push origin master

Pull-request hantering.

Björn om posh-git

Gör en git status i bakgrunden och sätter status i prompten.

Installera modulen genom att:

    PS> Find-Module posh-git
    PS> Install-Module posh-git -Verbose

Markdown preview i Visual Studio Code genom att trycka på knappen i mitten av de ute till höger eller Ctrl+K V

I Visual Studio Code installera plug-in markdownlint

Länkar

Lär mer om git på VSTS