-
-
Notifications
You must be signed in to change notification settings - Fork 934
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can this material on branching be recycled? #225
Comments
Maybe, I'll take a look. But I prefer to move it to Git intermediate lesson. (I'm writing a draft of the lesson with all the stuff that is hanging around here: I'll post it soon.) |
Oh, great! I just took a look to @rgaiacs 's lesson and it's pretty much what I was thinking in (prolly minus |
On Wed, Feb 03, 2016 at 09:04:36AM -0800, Ivan Gonzalez wrote:
Once learners have a reasonable foundation, intermediate/advanced |
@iglpdc I was planning to transfer that "intermediate" lesson that I wrote to Software Carpentry. I was only waiting to us have a procedure for it. |
👍 to moving it to intermediate Git.
|
@iglpdc I'm running a few git workshops at school. I'm happy to use and provide feedback. |
@iglpdc I'm happy to work with you on the intermediate lesson during end of spring or summer. |
@rgaiacs @iglpdc Did the intermediate Git lesson material get committed? I don't see a repository for it, but perhaps I'm looking in the wrong place? I was just looking at the warning message from Git 1.8 about the change in behavior of an unqualified |
On Wed, Apr 27, 2016 at 03:07:00AM -0700, justbennet wrote:
“I was just looking at the warning message from Git 1.8 about the
change in behavior of an unqualified `git push origin` and wondering
whether to propose adding to the git configuration section of
git-novice `git config --global push.default ***`”
I'd much rather teach folks to explicitly list the branches they're
pushing and pulling. For lessons that don't teach “branches”, it will
take a minute or so to motivate the presence of ‘master’ in ‘git push
origin master’. But I don't think it will take as long or pull in as
many unexplained terms as it would take to explain push.default.
|
Add article tag as wrap for lesson content
Updating to handbook as canonical source for CoC
swcarpentry/DEPRECATED-bc#471
The text was updated successfully, but these errors were encountered: