Skip to content

Instantly share code, notes, and snippets.

@halldorel
Created February 12, 2014 16:03
Show Gist options
  • Save halldorel/8958403 to your computer and use it in GitHub Desktop.
Save halldorel/8958403 to your computer and use it in GitHub Desktop.
git status til að tékka hvort eitthvað hafi breyst
git pull origin master sækir nýjustu breytingar af github server
þegar þú ert búinn að breyta e-u
git commit -am "Skilaboð um hverju þú breyttir"
til öryggis gera
git pull origin master, gæti verið að einhver hafi breytt einhverju í millitíðinni
git push origin master
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment