training:learning_git_and_github

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
training:learning_git_and_github [2016/01/25 19:34]
kluong [Resources]
training:learning_git_and_github [2021/09/19 21:59] (current)
Line 1: Line 1:
 ====== Learning Git and Github ====== ====== Learning Git and Github ======
  
 +This guide will provide you with resources and instructions to start becoming proficient in using Git as well as Github ​
 +====== Before you start ======= ​
 +
 +At this point, things can get a little frustrating and confusing. We highly recommend that you learn git and github as a team and figure out things together. You don't necessarily have to work physically together all the time (it might help though) but ask your teammates when you're stuck somewhere. If you don't understand something or you're getting a weird error message feel free to ask around. By all means, ask the other teams as well!
 +
 +This is also one of those things you **must** actively use to learn it properly. You can read about riding a bike all you want, but at some point you'll have to get on one. There may be training wheels early on, but eventually with enough work you'll be able to take them off and explore things on your own. 
 ====== Prerequisites ======= ​ ====== Prerequisites ======= ​
  
Line 10: Line 16:
 First, follow the setup guide to make sure that you have git installed on your computer. ​ First, follow the setup guide to make sure that you have git installed on your computer. ​
  
-Next, go through these resources:+These resources ​will help you learn some of the commands associated with git:
  
-  ​[[ https://​try.github.io/​levels/​1/​challenges/​1 | Git Interactive Tutorial ]]  +  ​[[ https://​try.github.io/​levels/​1/​challenges/​1 | Git Interactive Tutorial ]] 
-  ​+  ​- [[ http://​git-scm.com/​video/​get-going | Video: Get going with Git ]]  (6 min) 
 +  - [[ https://​www.codecademy.com/​en/​courses/​learn-git/​lessons/​git-workflow/​exercises/​hello-git?​action=lesson_resume | Codeacademy git exercise ]]
  
-====== Assignment ======+These resources will help you with learning and publishing your repository on Github:
  
-These assignments will guide you through ​the basic steps and make sure that you understand what is going on. +  - [[ https://​help.github.com/​articles/​adding-an-existing-project-to-github-using-the-command-line/​ | Publishing an existing git repository ]] 
 +  - [[ https://​help.github.com/​articles/​create-a-repo/​ | Creating a new git repository ​on Github ]]  
 +  - [[ https://​guides.github.com/​introduction/​flow/​ | Github Flow ]]  
 +====== Assignments ======
  
-**Setup**\\ +The two assignments below will make sure that you're familiar with everything - if you're having trouble doing these ask for help! You have to make sure that you learn these steps now so that you don't get confused later on.  
-Make sure that you have Git installed on your computer and that you have a Github account. If you don't have these things done, make sure you finish them. + 
 +**Make sure that you have Git installed on your computer and that you have a Github account. If you don't have these things done, make sure you finish them.  
 +** 
 + 
 +===== I. Create your own repository =====
  
-**Create your own repository**\\ 
 Create your own repository on Github and publish it. Put your biography on there. ​ Create your own repository on Github and publish it. Put your biography on there. ​
  
-**Create a team repository**\\+ 
 +===== II. Create a team repository ​===== 
 Create a repository for your team on Github. It doesn'​t matter who creates it. Whoever creates it should give the appropriate permissions to the rest of the team members. After it's created, post your team's summary on the README.md file.  Create a repository for your team on Github. It doesn'​t matter who creates it. Whoever creates it should give the appropriate permissions to the rest of the team members. After it's created, post your team's summary on the README.md file. 
  
 After the summary is posted, every team member should add their name and biography in the same README.md file. Work on this together physically and coordinate everything. You might run into some errors - don't panic! Look online to see if you can resolve the issue and keep trying. ​ After the summary is posted, every team member should add their name and biography in the same README.md file. Work on this together physically and coordinate everything. You might run into some errors - don't panic! Look online to see if you can resolve the issue and keep trying. ​
 +
 +
 +====== After the fact ======
 +
 +If you've finished everything here, great. Make sure you have a solid understanding of what's covered here and discuss with your team if you're still worried about understanding some things. You can also talk to your mentors and leadership team. 
 +
  
  • training/learning_git_and_github.1453750466.txt.gz
  • Last modified: 2021/09/19 21:59
  • (external edit)