350
edits
No edit summary |
No edit summary |
||
| Line 64: | Line 64: | ||
At this point you should do some work, like create a file and put something into it, or whatever. This is where a proper guide to git would be handy. Then commit your changes and do a first push: | At this point you should do some work, like create a file and put something into it, or whatever. This is where a proper guide to git would be handy. Then commit your changes and do a first push: | ||
git commit -a -m " | git commit -a -m "initial commit" | ||
git push origin master:refs/heads/master | git push origin master:refs/heads/master | ||