Created
February 12, 2014 16:03
-
-
Save halldorel/8958403 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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