[Tutor] Questions (and initial responses) on using version control: Why cannot I push my single (master) branch to origin without an error occurring?

Albert-Jan Roskam fomcl at yahoo.com
Fri May 1 20:41:29 CEST 2015


----------------------------
On Fri, May 1, 2015 5:39 AM CEST boB Stepp wrote:

>I created my remote repository on, say my C-drive, with "git init".

Not with 'git init --bare'?

I usually prefer initializing a remote with a readme, so I can simply clone it and then populate it with files. No 'git init' and 'git remote add' needed.

This book is good: https://pragprog.com/book/pg_git/pragmatic-guide-to-git

Albert-Jan


More information about the Tutor mailing list