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
330
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
82
Extending RStudio with Git(Hub)
aswansyahputra
0
110
Data rectangling in R: a journey from JSON to CSV
aswansyahputra
0
370
Data Carpentry with Tidyverse
aswansyahputra
0
200
Let's build your first RStudio and Addins
aswansyahputra
0
140
Introduction to R +
aswansyahputra
1
320
R (+) for Data Science
aswansyahputra
0
120
R + RStudio Tips and Tricks
aswansyahputra
0
170
Blogging with R
aswansyahputra
0
110
Other Decks in Programming
See All in Programming
GitHub Copilotを使いこなせ!/mastering_github_copilot!
kotakageyama
2
780
Eloquentを使ってどこまでコードの治安を保てるのか?を新人が考察してみた
itokoh0405
0
2.9k
One Enishi After Another
snoozer05
PRO
0
180
contribution to astral-sh/uv
shunsock
0
580
TransformerからMCPまで(現代AIを理解するための羅針盤)
mickey_kubo
7
6k
ネストしたdata classの面倒な更新にさようなら!Lensを作って理解するArrowのOpticsの世界
shiita0903
1
270
PHPライセンス変更の議論を通じて学ぶOSSライセンスの基礎
matsuo_atsushi
0
110
例外処理を理解して、設計段階からエラーを見つけやすく、起こりにくく #phpconfuk
kajitack
12
4.7k
Vue 3.6 時代のリアクティビティ最前線 〜Vapor/alien-signals の実践とパフォーマンス最適化〜
hiranuma
2
390
チームのテスト力を総合的に鍛えてシフトレフトを推進する/Shifting Left with Software Testing Improvements
goyoki
4
1.9k
Migration to Signals, Resource API, and NgRx Signal Store
manfredsteyer
PRO
0
150
Verilator + Rust + gRPC と Efinix の RISC-V でAIアクセラレータをAIで作ってる話 RTLを語る会(18) 2025/11/08
ryuz88
0
290
Featured
See All Featured
Side Projects
sachag
455
43k
Chrome DevTools: State of the Union 2024 - Debugging React & Beyond
addyosmani
9
960
The Straight Up "How To Draw Better" Workshop
denniskardys
239
140k
Navigating Team Friction
lara
190
15k
Gamification - CAS2011
davidbonilla
81
5.5k
Six Lessons from altMBA
skipperchong
29
4.1k
GraphQLの誤解/rethinking-graphql
sonatard
73
11k
Easily Structure & Communicate Ideas using Wireframe
afnizarnur
194
16k
Unsuck your backbone
ammeep
671
58k
What’s in a name? Adding method to the madness
productmarketing
PRO
24
3.7k
Principles of Awesome APIs and How to Build Them.
keavy
127
17k
Embracing the Ebb and Flow
colly
88
4.9k
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