GitHub munkafolyamat C:\Users\10chornak>cd S:\bdg.spacewar C:\Users\10chornak>S: S:\bdg.spacewar>git init Initialized empty Git repository in S:/bdg.spacewar/.git/ S:\bdg.spacewar>git config --global user.name "Bence Hornák" S:\bdg.spacewar>git config --global user.email hornak.bence@example.com S:\bdg.spacewar>git config --global core.editor "'C:/Program Files/Notepad++/not epad++.exe' -multiInst -notabbar -nosession -noPlugin"S:\bdg.spacewar>git remote add origin https://github.com/erbenpeter/bdg.spacewar .gitS:\bdg.spacewar>git pull origin master From https://github.com/erbenpeter/bdg.spacewar * branch master -> FETCH_HEAD S:\bdg.spacewar>git add *** S:\bdg.spacewar>git status S:\bdg.spacewar>git commit S:\bdg.spacewar>git push remote origin |