Skip to content

Instantly share code, notes, and snippets.

View anonoz's full-sized avatar
🎣
ikan duit

anonoz

🎣
ikan duit
View GitHub Profile
@anonoz
anonoz / anonoz-uni-groupwork-framework.md
Last active August 29, 2015 13:59
An Idea of How We Do Group Assignments in The Future
# Git: Because it's time to learn how to team code like the pros
## Contents
1. Why learn git - The Programmers' Dropbox Dilemma
2. Getting started - Download and setup git
3. Sample project and scenario - A sample website, 3 programmers in a team
4. git init, add, commit - Your first commit
5. git status, diff, log - Second commit
6. git checkout, branch, merge, rebase - Let's get experimental
7. GitHub - Social Coding Platform