Docs/Git cheat sheet.md
2022-02-17 20:05:51 +01:00

260 B

Checka ut specifik commit

git checkout

Checka ut senaste commit

git checkout master

Pull av repository, ignorera och skriv över lokala filer

git fetch --all
git reset --hard
git pull