Skip to main content

Git-Cheatsheet

GIT lokales Repository mit remote Repository überschreiben
git fetch --all
git reset --hard origin/master
git pull origin master