yeah I started reading it so to summurize
on the windows CLI git add . git commit -m "first commit" [master (root-commit) 27331bc] first commit 81 files changed, 33489 insertions(+) create mode 100644 somefile ... create mode 100644 someotherfile git push origin --all ......'s password: Counting objects: 93, done. Delta compression using up to 8 threads. Compressing objects: 100% (91/91), done. Writing objects: 100% (93/93), 2.46 MiB | 3.33 MiB/s, done. Total 93 (delta 17), reused 0 (delta 0) remote: error: refusing to update checked out branch: refs/heads/master remote: error: By default, updating the current branch in a non-bare repository remote: error: is denied, because it will make the index and work tree inconsist ent remote: error: with what you pushed, and will require 'git reset --hard' to matc h remote: error: the work tree to HEAD. remote: error: remote: error: You can set 'receive.denyCurrentBranch' configuration variable to remote: error: 'ignore' or 'warn' in the remote repository to allow pushing into remote: error: its current branch; however, this is not recommended unless you remote: error: arranged to update its work tree to match what you pushed in some remote: error: other way. remote: error: remote: error: To squelch this message and still keep the default behaviour, set remote: error: 'receive.denyCurrentBranch' configuration variable to 'refuse'. To ......:/home/..../REPOSITORIES/Fizgig ! [remote rejected] master -> master (branch is currently checked out) error: failed to push some refs to '....:/home/webadmin/REPOSITORIES/...' -- You received this message because you are subscribed to the Google Groups "Git for human beings" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
