working with Git
add, commit, push and pull
pull
push
commit
add
clone
Github
Git
what is...??
How git works….
Download and install github for your platform
Sign up for a github account
start working with github from your local host
and online dashboard
create a repository in online github
working with github
https://www.youtube.com/watch?feature=player_detailpage&v=DVDLoe_2MBc
git add name_of_file
git commit -m”message”
git init
git push origin master
git pull origin master
create a directory
how to contributing to open source projects
01.fork the project. from the owner to your repositories,
02.clone the project to your local repository(to your machine);
03.check out the branch to add your features.
04.merge the branches
05.send a pull request
Git representation
Git representation

Git representation