Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Features
Speaker Deck
PRO
Sign in
Sign up for free
Search
Search
Basic Git+GitHub
Search
Muhammad Aswan Syahputra
April 16, 2019
Programming
1
310
Basic Git+GitHub
Illustration of scenarios when using git and GitHub
Muhammad Aswan Syahputra
April 16, 2019
Tweet
Share
More Decks by Muhammad Aswan Syahputra
See All by Muhammad Aswan Syahputra
#DS101: understanding the basics
aswansyahputra
0
67
Extending RStudio with Git(Hub)
aswansyahputra
0
84
Data rectangling in R: a journey from JSON to CSV
aswansyahputra
0
350
Data Carpentry with Tidyverse
aswansyahputra
0
190
Let's build your first RStudio and Addins
aswansyahputra
0
140
Introduction to R +
aswansyahputra
1
310
R (+) for Data Science
aswansyahputra
0
110
R + RStudio Tips and Tricks
aswansyahputra
0
160
Blogging with R
aswansyahputra
0
100
Other Decks in Programming
See All in Programming
2024年のkintone API振り返りと2025年 / kintone API look back in 2024
tasshi
0
220
GAEログのコスト削減
mot_techtalk
0
120
『GO』アプリ バックエンドサーバのコスト削減
mot_techtalk
0
150
データベースのオペレーターであるCloudNativePGがStatefulSetを使わない理由に迫る
nnaka2992
0
170
昭和の職場からアジャイルの世界へ
kumagoro95
1
380
密集、ドキュメントのコロケーション with AWS Lambda
satoshi256kbyte
0
190
Immutable ActiveRecord
megane42
0
140
JavaScriptツール群「UnJS」を5分で一気に駆け巡る!
k1tikurisu
9
1.8k
データの整合性を保つ非同期処理アーキテクチャパターン / Async Architecture Patterns
mokuo
48
17k
バックエンドのためのアプリ内課金入門 (サブスク編)
qnighy
8
1.8k
Multi Step Form, Decentralized Autonomous Organization
pumpkiinbell
1
750
仕様変更に耐えるための"今の"DRY原則を考える / Rethinking the "Don't repeat yourself" for resilience to specification changes
mkmk884
2
510
Featured
See All Featured
Performance Is Good for Brains [We Love Speed 2024]
tammyeverts
7
630
How GitHub (no longer) Works
holman
314
140k
Exploring the Power of Turbo Streams & Action Cable | RailsConf2023
kevinliebholz
30
4.6k
No one is an island. Learnings from fostering a developers community.
thoeni
21
3.1k
Docker and Python
trallard
44
3.3k
JavaScript: Past, Present, and Future - NDC Porto 2020
reverentgeek
47
5.2k
The Myth of the Modular Monolith - Day 2 Keynote - Rails World 2024
eileencodes
21
2.5k
The MySQL Ecosystem @ GitHub 2015
samlambert
250
12k
A Modern Web Designer's Workflow
chriscoyier
693
190k
Learning to Love Humans: Emotional Interface Design
aarron
273
40k
Large-scale JavaScript Application Architecture
addyosmani
511
110k
Sharpening the Axe: The Primacy of Toolmaking
bcantrill
40
2k
Transcript
Muhammad Aswan Syahputra BASIC GIT+GITHUB @aswansyahputra_
START FROM: YOUR COMPUTER @aswansyahputra_
@aswansyahputra_
@aswansyahputra_ $ git init
@aswansyahputra_ URL: https:/ /github.com/user/repo $ git init
New Repository
@aswansyahputra_ $ git remote add origin URL
URL: https:/ /github.com/user/repo Remote
@aswansyahputra_ Add some works URL: https:/ /github.com/user/repo
@aswansyahputra_ $ git add . $ git
commit -m “did that” URL: https:/ /github.com/user/repo
@aswansyahputra_ $ git push -u origin master
Push URL: https:/ /github.com/user/repo
@aswansyahputra_ Add some works URL: https:/ /github.com/user/repo
@aswansyahputra_ $ git pull Pull URL: https:/
/github.com/user/repo
Push Pull @aswansyahputra_
START FROM: YOUR GITHUB @aswansyahputra_
@aswansyahputra_ URL: https:/ /github.com/user/repo New Repository
@aswansyahputra_ $ git clone URL URL: https:/
/github.com/user/repo Clone
@aswansyahputra_ Add some works URL: https:/ /github.com/user/repo
@aswansyahputra_ $ git add . $ git
commit -m “did that” URL: https:/ /github.com/user/repo
@aswansyahputra_ $ git push origin master Push
URL: https:/ /github.com/user/repo
@aswansyahputra_ Add some works URL: https:/ /github.com/user/repo
@aswansyahputra_ $ git pull Pull URL: https:/
/github.com/user/repo
Push Pull @aswansyahputra_
START FROM: OTHER’S GITHUB @aswansyahputra_
Other’s Yours Push Pull @aswansyahputra_
Other’s Yours Push Pull Fork @aswansyahputra_
Other’s Yours Push Pull Fork @aswansyahputra_
Clone
Other’s Yours Push Pull Fork
@aswansyahputra_ Push Pull
Other’s Yours Push Pull Fork
@aswansyahputra_ Push Pull Fetch
Other’s Yours Push Pull Fork
@aswansyahputra_ Push Pull Fetch Push
Other’s Yours Push Pull Fork
@aswansyahputra_ Push Pull Fetch
Other’s Yours Push Pull Fork
@aswansyahputra_ Push Pull Fetch Pull request
START FROM: COMMONS GITHUB @aswansyahputra_
Other’s Yours @aswansyahputra_ Pull Push
Other’s Yours @aswansyahputra_ Clone Pull Push
Other’s Yours @aswansyahputra_ Pull Push Pull
Push