Compare commits

..

No commits in common. "53519f7546ebc978f0d8fab399e794deb387f5ba" and "fc8326b340cf7fea75a240f4e90d5af5b46e4cdb" have entirely different histories.

View File

@ -1,14 +0,0 @@
#### Checka ut specifik commit
<code>git checkout <sha></code>
#### Checka ut senaste commit
<code>git checkout master</code>
#### Pull av repository, ignorera och skriv över lokala filer
<pre><code>git fetch --all
git reset --hard
git pull
</code></pre>