Changed step-by-step manual for beginning developers.

- Fixed: Deleted wrong "orign" in push
- Changed: Spellings
- Added: Eclipses GIT plugin "Eclipse Mylyn to GitHub connector"
This commit is contained in:
Einer von Vielen 2015-01-10 20:45:09 +01:00
parent 52236c8677
commit bd7aebe272

View File

@ -406,7 +406,7 @@ Make the changes, check them, commit (to local repository), push (to online repo
[code]
surfer@debian:/var/www$ git status
surfer@debian:/var/www$ git commit -a -m "added modification of branch"
surfer@debian:/var/www$ git push dev_beginning
surfer@debian:/var/www$ git push
[/code]