際際滷

際際滷Share a Scribd company logo
Open Source
An introduction to Git
Tasks for today
1. Install git
2. So what is it?
a. But first, lets know VCS
i. Centralised
ii.Distributed
b. Now about git..
3. Making a website for Codefoster
4. Git init, status, add, commit
5. Git branch, checkout, merge
6. Sign up on github
7. Git clone,Push, pull, remote add ,conflicts
8. Git log, head, stash, revert
9. Pull requests & code review, issues,
Milestones,fork,
https://github.com/oppia/oppia/pull/3168
10.Workflows
11.What next.. GSoC, FOSS
Install Git
Ubuntu & Mint: enter the following command on Terminal
sudo apt-get install git
Windows & Other Linux: search git scm download it.
https://git-scm.com/download/win
VCS & Git
VCS & Git
Website For codefoster
HOME PAGE
contactAbout
Hands on
Workflows
WHAT NEXT

More Related Content

Open source git

  • 2. Tasks for today 1. Install git 2. So what is it? a. But first, lets know VCS i. Centralised ii.Distributed b. Now about git.. 3. Making a website for Codefoster 4. Git init, status, add, commit 5. Git branch, checkout, merge
  • 3. 6. Sign up on github 7. Git clone,Push, pull, remote add ,conflicts 8. Git log, head, stash, revert 9. Pull requests & code review, issues, Milestones,fork, https://github.com/oppia/oppia/pull/3168 10.Workflows 11.What next.. GSoC, FOSS
  • 4. Install Git Ubuntu & Mint: enter the following command on Terminal sudo apt-get install git Windows & Other Linux: search git scm download it. https://git-scm.com/download/win
  • 7. Website For codefoster HOME PAGE contactAbout