Skip to content
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

more explanation needed #3

Open
rvosa opened this issue Apr 21, 2015 · 1 comment
Open

more explanation needed #3

rvosa opened this issue Apr 21, 2015 · 1 comment

Comments

@rvosa
Copy link
Collaborator

rvosa commented Apr 21, 2015

GitHub: I guess that the expectation was that we would state that we would teach them to use repositories and versioning from scratch. Which we will, for sure.
Can we say it more explicitly? Maybe in the timetable?

@dmlond
Copy link
Owner

dmlond commented Apr 21, 2015

ok. lets start with git/github the first morning. Here is what I think we should cover:

  • github fork of our project(s) (talk about how this can be used as a proxy for 'citations')
  • git clone from their fork
  • git remote
  • .gitignore and secrets
  • the git workflow (use git status along the way to demonstrate how it helps):
    • modify then git checkout --
    • modify then get add then git reset HEAD then git checkout --
    • modify then git add then git commit
    • git push
    • modify then git add then git commit, repeat once or twice, then git push (talk about ability to make changes to local repo even if they are off the network, and how this allows them to keep working on their files without fear of 'losing' changes)
  • use github to submit a push request to one of our projects (talk about how this facilitates sharing and collaboration)

rvosa pushed a commit that referenced this issue May 13, 2015
rvosa pushed a commit that referenced this issue May 13, 2015
rvosa pushed a commit that referenced this issue May 15, 2015
rvosa pushed a commit that referenced this issue May 15, 2015
rvosa pushed a commit that referenced this issue May 15, 2015
rvosa pushed a commit that referenced this issue May 15, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants